fixed bug

This commit is contained in:
chenjianan
2019-06-27 10:21:41 +08:00
parent 64eb0bf1dc
commit 8a159f614e
6 changed files with 17 additions and 18 deletions

View File

@@ -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"