From 00d4894e071f319e36ac8de5a8f34cbdf445bbe3 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 14 五月 2025 08:56:56 +0800
Subject: [PATCH] 1

---
 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