From 7ece33dcba419884924da9e2ea7ba2b53775ca93 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 19 五月 2025 17:33:23 +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