From 5a1d8bd2dfa3534a7dba98f6a496d36e71d20718 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 27 五月 2024 15:59:55 +0800 Subject: [PATCH] 修改检验下单 --- src/components/view/b1-inspection-order.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue index 201ecea..d0f19b0 100644 --- a/src/components/view/b1-inspection-order.vue +++ b/src/components/view/b1-inspection-order.vue @@ -228,7 +228,7 @@ </el-dialog> </div> <div style="width: 100%;height: 100%;" v-if="active >0"> - <Add :active="active" :currentId="currentId" v-if="active<4" /> + <Add :active="active" :currentId="currentId" v-show="active<4" /> <fiberOpticConfig :currentId="currentId" v-if="active==4" /> </div> </div> -- Gitblit v1.9.3