From de9ec81f888e006f3168fc8ea439a83696c891f7 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期四, 15 五月 2025 16:48:46 +0800 Subject: [PATCH] qx --- 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