Commit aa2f512e authored by tanjunxin's avatar tanjunxin

fix: 物料产品分类增加物料分类编码字段

parent 33a39544
......@@ -63,7 +63,7 @@
<dict-tag :options="dict.type.mes_item_product" :value="scope.row.itemOrProduct"/>
</template>
</el-table-column>
<el-table-column prop="itemTypeCode" label="物料分类编码" width="200"/>
<el-table-column prop="enableFlag" label="是否启用" width="100">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_yes_no" :value="scope.row.enableFlag"/>
......
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