From ea19bff6e73e7c00bb2e273a747ae27e57dcbc08 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 27 十一月 2023 17:09:59 +0800
Subject: [PATCH] 提交信息
---
src/views/patient/patient/index.vue | 41 +++++++++++++++++++++++++++--------------
1 files changed, 27 insertions(+), 14 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index b785d7a..7a46484 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -307,7 +307,7 @@
<el-table-column
label="鎿嶄綔"
align="center"
- width="160"
+ width="190"
class-name="small-padding fixed-width"
>
<template slot-scope="scope">
@@ -330,7 +330,7 @@
type="text"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:user:edit']"
- ><span class="button-textxg"
+ ><span class="button-textxga"
><i class="el-icon-edit"></i>淇敼</span
></el-button
>
@@ -339,8 +339,8 @@
type="text"
@click="Distributionservice(scope.row)"
v-hasPermi="['system:user:edit']"
- ><span class="button-textxg"
- ><i class="el-icon-edit"></i>鏈嶅姟</span
+ ><span class="button-textxg"
+ ><i class="el-icon-menu"></i>鏈嶅姟</span
></el-button
>
</template>
@@ -566,6 +566,22 @@
<el-button @click="submitclose">鍙� 娑�</el-button>
</div>
</el-dialog>
+ <!-- 璺宠浆鏈嶅姟瀵硅瘽妗� -->
+ <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="5">浣撴閫氱煡</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
+ >
+ </div>
+ </el-dialog>
</div>
</template>
@@ -623,6 +639,8 @@
// 榛樿瀵嗙爜
initPassword: undefined,
amendtag: false, //鏄惁淇敼
+ serviceVisible: false,
+ serviceradio: 1,
// 鏃ユ湡鑼冨洿
dateRange: [],
paperstypes: [
@@ -789,16 +807,8 @@
this.loading = false;
});
},
-
- // 绛涢�夎妭鐐�
- filterNode(value, data) {
- if (!value) return true;
- return data.label.indexOf(value) !== -1;
- },
- // 鑺傜偣鍗曞嚮浜嬩欢
- handleNodeClick(data) {
- this.queryParams.deptId = data.id;
- this.handleQuery();
+ Distributionservice(row) {
+ this.serviceVisible = true;
},
// 鍙栨秷鎸夐挳
@@ -1084,4 +1094,7 @@
.button-textsc {
color: #28cfe6;
}
+.button-textxg{
+ color: #de7897;
+}
</style>
--
Gitblit v1.9.3