1、下拉列表
<el-form-item label="状态">
<el-select v-model="temp.Status" class="filter-item" placeholder="Please select">
<el-option
v-for="item in statusOptions"
:key="item.id"
:label="item.status_name"
:value="item.id"
/>
</el-select>
</el-form-item>
2、数据:
statusOptions: [{ id: 0, status_name: '无效' }, { id: 1, status_name: '有效' }]
3、执行
this.temp.Status = this.statusOptions[1].id

用C#开发生产线监测系统
03-13
206

08-19
419

12-31
460


工业视觉二维码批量识别
12-31
571


工业视觉OCR字符识别
12-31
567

07-27
1271

06-17
1033

02-10
275

01-01
3788

12-31
1458
