From 32cb501de16127c3f81f219aef7a6751a14f8d0e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 01 十二月 2023 10:28:02 +0800 Subject: [PATCH] 提交信息 --- src/views/patient/patient/index.vue | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 7a46484..6a53f9e 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -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