From c75699ddaed0b8c12d381c17baee193936f806e4 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 14 五月 2025 08:59:21 +0800 Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region --- 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 45c2ee0..667f6e1 100644 --- a/src/views/doctor/examination/index.vue +++ b/src/views/doctor/examination/index.vue @@ -313,6 +313,7 @@ size="mini" type="text" @click="yijian(scope.row)" + v-if="yijiantype == 'N'" >宸叉</el-button > <el-button @@ -427,6 +428,7 @@ selectedTjNumber: "", drawer: false, type: null, + yijiantype: null, CompanyList: [], CheckBox: {}, // 鏌ヨ鍙傛暟 @@ -749,6 +751,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