From caba724b7025dd8801ed590bed3d8d56579d6a8c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 18 四月 2024 17:14:45 +0800
Subject: [PATCH] 完成实验室资质页面编写

---
 src/components/view/a7-standard-method.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/components/view/a7-standard-method.vue b/src/components/view/a7-standard-method.vue
index 9bd74b1..47379a7 100644
--- a/src/components/view/a7-standard-method.vue
+++ b/src/components/view/a7-standard-method.vue
@@ -115,6 +115,16 @@
                 value: 1,
                 label: '鏄�'
               }]
+            },
+            isUse: {
+              select: [{
+                value: 0,
+                type: 'info',
+                label: '鍚�'
+              }, {
+                value: 1,
+                label: '鏄�'
+              }]
             }
           },
           selectField: {

--
Gitblit v1.9.3