From c63bd25fd36bf148445a67dd9f0eaafcad06a2d9 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 08 十二月 2023 16:49:17 +0800 Subject: [PATCH] qxtj --- src/views/doctor/imaging/index.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/imaging/index.vue b/src/views/doctor/imaging/index.vue index 2ecd018..ef7183a 100644 --- a/src/views/doctor/imaging/index.vue +++ b/src/views/doctor/imaging/index.vue @@ -46,6 +46,8 @@ title="浼氳瘖鐢宠" v-if="tjStatus == '1'"></el-button> <el-button type="primary" icon="el-icon-share" size="mini" @click="handleClick(scope.row)" title="璇︽儏"></el-button> + <el-button type="primary" icon="el-icon-picture" size="mini" @click="handlepicture(scope.row)" + title="鎶ュ憡"></el-button> </template> </el-table-column> </el-table> @@ -445,6 +447,7 @@ getParentId, getDeptAdvice, } from "@/api/doctor/check"; +import { getConfigKey } from "@/api/system/config"; import { addBigPositive } from "@/api/doctor/bigPositive"; @@ -970,6 +973,13 @@ } }, + handlepicture(row){ + let configKey = "pacsUrl" + getConfigKey(configKey).then(res => { + window.open(res.msg, '_blank'); + }) + }, + // 鐐瑰嚮璇︽儏 handleClick(row) { this.getDept(row.tjNumber) -- Gitblit v1.8.0