qinxianzhangyao
2023-12-08 c63bd25fd36bf148445a67dd9f0eaafcad06a2d9
qxtj
1个文件已修改
10 ■■■■■ 已修改文件
src/views/doctor/imaging/index.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)