From 3b7c66dac49938ef05bfdc3e7baba8232d956112 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 05 十二月 2023 13:45:01 +0800
Subject: [PATCH] 提交信息
---
src/views/patient/patient/index.vue | 28 +++++++++++++++++-----------
1 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 7a46484..0f3e5ae 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -12,11 +12,11 @@
v-model="activeName"
@tab-click="handleClick"
>
- <el-tab-pane label="鍏ㄩ儴" name="first"></el-tab-pane>
+ <!-- <el-tab-pane label="鍏ㄩ儴" name="first"></el-tab-pane>
<el-tab-pane label="鍦ㄩ櫌" name="Inhospital"></el-tab-pane>
<el-tab-pane label="绂婚櫌" name="Discharge"></el-tab-pane>
<el-tab-pane label="棰勭害" name="subscribe"></el-tab-pane>
- <el-tab-pane label="宸叉" name="checked"></el-tab-pane>
+ <el-tab-pane label="宸叉" name="checked"></el-tab-pane> -->
<el-tab-pane label="浣忛櫌鎮h��" name="behospitalized"></el-tab-pane>
<el-tab-pane label="闂ㄨ瘖鎮h��" name="outpatient"></el-tab-pane>
<el-tab-pane label="浣撴鎮h��" name="physical"></el-tab-pane>
@@ -339,7 +339,7 @@
type="text"
@click="Distributionservice(scope.row)"
v-hasPermi="['system:user:edit']"
- ><span class="button-textxg"
+ ><span class="button-textxg"
><i class="el-icon-menu"></i>鏈嶅姟</span
></el-button
>
@@ -569,17 +569,16 @@
<!-- 璺宠浆鏈嶅姟瀵硅瘽妗� -->
<el-dialog title="閫夋嫨鏈嶅姟绫诲瀷" :visible.sync="serviceVisible">
<el-radio-group v-model="serviceradio">
- <el-radio :label="1">瀹f暀</el-radio>
- <el-radio :label="2">闂嵎</el-radio>
- <el-radio :label="3">闂ㄨ瘖闅忚</el-radio>
- <el-radio :label="4">澶嶈瘖澶嶆煡</el-radio>
+ <el-radio :label="1">瀹f暀闅忚</el-radio>
+ <el-radio :label="2">闂ㄨ瘖鏈嶅姟</el-radio>
+ <el-radio :label="3">鍑洪櫌鏈嶅姟</el-radio>
+ <el-radio :label="4">澶嶈瘖鏈嶅姟</el-radio>
<el-radio :label="5">浣撴閫氱煡</el-radio>
+ <el-radio :label="6">闂嵎鏈嶅姟</el-radio>
</el-radio-group>
<div slot="footer" class="dialog-footer">
<el-button @click="serviceVisible = false">鍙� 娑�</el-button>
- <el-button type="primary" @click="serviceVisible = false"
- >鍒涘缓鏈嶅姟</el-button
- >
+ <el-button type="primary" @click="CreateService">鍒涘缓鏈嶅姟</el-button>
</div>
</el-dialog>
</div>
@@ -907,6 +906,13 @@
})
.catch(() => {});
},
+ //鏈嶅姟璺宠浆
+ CreateService() {
+ this.$router.push({
+ path: "/followvisit/particty",
+ query: { type: this.serviceradio },
+ });
+ },
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
this.download(
@@ -1094,7 +1100,7 @@
.button-textsc {
color: #28cfe6;
}
-.button-textxg{
+.button-textxg {
color: #de7897;
}
</style>
--
Gitblit v1.9.3