|
@@ -39,7 +39,7 @@
|
|
|
:material-type="item.materialTypeId"
|
|
|
biz-type="in" style="width: 160px; margin-right: 5px">
|
|
|
</material-component>
|
|
|
- <el-button size="small" v-show="item.buttonType && item.buttonType === '1'" @click="changeButtonType(item, 0)" type="danger">选择</el-button>
|
|
|
+ <el-button size="nv" v-show="item.buttonType && item.buttonType === '1'" @click="changeButtonType(item, 0)" type="danger">选择</el-button>
|
|
|
<el-button size="small" v-show="!item.buttonType || item.buttonType === '0'" @click="changeButtonType(item, 1)" type="danger">输入</el-button>
|
|
|
</el-form-item>
|
|
|
</el-col>
|