Commit ee4aa605 authored by chenzj's avatar chenzj

修复生产加工方式bug修复

parent 0c6a1d1e
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<el-table-column label="加工方式" prop="controlCode" align="center"> <el-table-column label="加工方式" prop="controlCode" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag <dict-tag
:options="dict.type.sap_control_code" :options="dict.type.process_control_code"
:value="scope.row.controlCode" :value="scope.row.controlCode"
/> />
</template> </template>
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
WorkuintSelect WorkuintSelect
}, },
inject: ["mode"], inject: ["mode"],
dicts: ["sap_control_code", "sys_yes_no"], dicts: ["process_control_code", "sys_yes_no"],
props: { props: {
bomList: { bomList: {
type: Array, type: Array,
......
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