| | |
| | | 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> |
| | |
| | | getParentId, |
| | | getDeptAdvice, |
| | | } from "@/api/doctor/check"; |
| | | import { getConfigKey } from "@/api/system/config"; |
| | | import { |
| | | addBigPositive |
| | | } from "@/api/doctor/bigPositive"; |
| | |
| | | } |
| | | }, |
| | | |
| | | handlepicture(row){ |
| | | let configKey = "pacsUrl" |
| | | getConfigKey(configKey).then(res => { |
| | | window.open(res.msg, '_blank'); |
| | | }) |
| | | }, |
| | | |
| | | // 点击详情 |
| | | handleClick(row) { |
| | | this.getDept(row.tjNumber) |