diff --git a/src/views/mes/technologyInfo/formingIndex.vue b/src/views/mes/technologyInfo/formingIndex.vue index 862f886..dc753d3 100644 --- a/src/views/mes/technologyInfo/formingIndex.vue +++ b/src/views/mes/technologyInfo/formingIndex.vue @@ -1,215 +1,125 @@ @@ -313,8 +346,10 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance; const { mes_machine_type, active_flag, + machine_data_type, + mes_operation_type, mes_technology_type -} = toRefs(proxy?.useDict('mes_machine_type', 'active_flag', 'mes_technology_type')); +} = toRefs(proxy?.useDict('mes_machine_type', 'active_flag', 'machine_data_type', 'mes_operation_type', 'mes_technology_type')); const technologyInfoList = ref([]); const buttonLoading = ref(false); @@ -482,7 +517,7 @@ const handleStepUpdate = async (row?: TechnologyInfoVO) => { index: index + 1 // 初始化 index })); stepOpen.value = true; - dialog.title = '工艺参数信息维护'; + dialog.title = '成型工艺参数信息维护'; }; /** 提交按钮 */