From 0fc8cae51fcc347fab5c7ab82fbb25d6ff071ff2 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 19 五月 2025 17:39:44 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/views/doctor/examination/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index 3d985cb..74dac45 100644
--- a/src/views/doctor/examination/index.vue
+++ b/src/views/doctor/examination/index.vue
@@ -328,6 +328,7 @@
                 size="mini"
                 type="text"
                 @click="yijian(scope.row)"
+                 v-if="yijiantype == 'N'"
                 >宸叉</el-button
               >
               <el-button
@@ -441,6 +442,7 @@
       loading: true,
       selectedTjNumber: "",
       drawer: false,
+      yijiantype: null,
       type: null,
       CompanyList: [],
       CheckBox: {},
@@ -766,6 +768,10 @@
         this.type = res.data;
       });
 
+      getConfigKey("sfyccsyjan").then((res) => {
+        this.yijiantype = res.msg;
+      });
+
       cSWebGetPro(tjNumber).then((res) => {
         this.xiangmuList = res.data;
         this.xiangmuList.forEach((item) => {

--
Gitblit v1.8.0