From 6aba5901982bc4b46c273424a0cf77e8b9e97e09 Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 21 Feb 2026 09:16:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=A7=B0=E9=87=8F=E5=8A=A8=E4=BD=9C?= =?UTF-8?q?=EF=BC=881=E7=A7=B0=E9=87=8F=202=E5=8D=B8=E6=96=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/recipeInfo/detail.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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');