清洗下料

This commit is contained in:
2023-07-13 17:23:38 +08:00
parent 7c58abf301
commit e8fb2507cf

View File

@@ -8,9 +8,9 @@
<el-select v-model="value1" filterable clearable placeholder="请选择"> <el-select v-model="value1" filterable clearable placeholder="请选择">
<el-option <el-option
v-for="item in options1" v-for="item in options1"
:key="item.stor_id" :key="item.value"
:label="item.stor_name" :label="item.label"
:value="item.stor_id"> :value="item.value">
</el-option> </el-option>
</el-select> </el-select>
</div> </div>