fixed bug
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</el-row>
|
||||
<el-row style="">
|
||||
<span>物料状态:</span>
|
||||
<el-cascader :options="materialStatus" v-model="materialStatusValue" size="small" change-on-select style="margin: 0"/>
|
||||
<el-cascader :options="materialStatus" :props="{ checkStrictly: true }" v-model="materialStatusValue" size="small"/>
|
||||
<el-button
|
||||
type="success"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user