Commit 0bf44b4b by 唐玉峰

.

parent 826dcb13
......@@ -11,8 +11,10 @@
<div class="outpatientDetails_top">
<div class="outpatientDetails_top_div1">
<span class="span1">患者信息</span>
<el-button class="outpatientDetails_top_div1_button" type="primary" size="mini" @click="getControl">医嘱质控</el-button>
<!-- <el-button size="mini" type="primary">医嘱质控</el-button> -->
<div>
<el-button class="outpatientDetails_top_div1_button" size="mini" type="primary" @click="topage">病案质控</el-button>
<el-button class="outpatientDetails_top_div1_button" type="primary" size="mini" @click="getControl">医嘱质控</el-button>
</div>
</div>
<div class="outpatientDetails_top_message">
......@@ -416,6 +418,14 @@ export default {
},
methods: {
decimal,
topage() {
http.get(`/medical/get/JumpHisRules?id=${this.$route.query.id}`, {})
.then((data) => {
console.log(data);
window.location.href = data.message;
})
.catch((error) => {});
},
//表格颜色
tableRowClassName({ row }) {
if (row.rowIndex % 2 == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment