diff --git a/src/views/mes/recipeInfo/detail.vue b/src/views/mes/recipeInfo/detail.vue index 7992389..a586168 100644 --- a/src/views/mes/recipeInfo/detail.vue +++ b/src/views/mes/recipeInfo/detail.vue @@ -123,12 +123,7 @@ filterable style="width: 100%" > - + @@ -281,7 +276,7 @@ import MaterialSelect from './components/MaterialSelect.vue'; const route = useRoute(); const router = useRouter(); const { proxy } = getCurrentInstance() as ComponentInternalInstance; -const { recipe_state, weight_type } = toRefs(proxy?.useDict('recipe_state', 'weight_type')); +const { recipe_state, weight_type, act_code } = toRefs(proxy?.useDict('recipe_state', 'weight_type', 'act_code')); const recipeId = computed(() => route.query.recipeId as string || ''); const activeTab = ref('basic');