Commit d2a166d8 by lichengming

修改了合同登记添加是否资质内可检下拉框

parent 4894a595
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
<el-input v-model="scope.row.manufacturer" blur placeholder="请输入生产厂家" <el-input v-model="scope.row.manufacturer" blur placeholder="请输入生产厂家"
></el-input> ></el-input>
</div> </div>
<div v-else-if="item.key==='type'" @click.stop="_handleRow(scope)"> <div v-else-if="item.key==='aptituded'" @click.stop="_handleRow(scope)">
<Select v-model="scope.row.type"> <Select v-model="scope.row.aptituded">
<Option v-for="(item,index) in options" :key="item.name" :value="index"> <Option v-for="(item,index) in options" :key="item.name" :value="index">
{{ item.name }} {{ item.name }}
</Option> </Option>
...@@ -186,13 +186,10 @@ export default { ...@@ -186,13 +186,10 @@ export default {
], ],
options: [ options: [
{ {
name: '检定' name: ''
}, },
{ {
name: '校准' name: '是'
},
{
name: '外观检查'
} }
], ],
btn: [ btn: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment