From 309de3e6550fdb5a31052d138d8882c32f799e5f Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 13 十月 2025 10:13:58 +0800
Subject: [PATCH] 丽水中满意度个性化
---
src/views/followvisit/zysatisfaction/index.vue | 26 +++++++++++---------------
1 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/src/views/followvisit/zysatisfaction/index.vue b/src/views/followvisit/zysatisfaction/index.vue
index c981005..3bff3f2 100644
--- a/src/views/followvisit/zysatisfaction/index.vue
+++ b/src/views/followvisit/zysatisfaction/index.vue
@@ -91,7 +91,6 @@
></el-date-picker>
</el-form-item>
-
<el-form-item label="鎮h�呭鍚�" prop="sendname">
<el-input
v-model="topqueryParams.sendname"
@@ -188,7 +187,7 @@
<el-col :span="1.5">
<el-button
type="primary"
- icon="el-icon-plus"
+ icon="el-icon-plus"
size="medium"
@click="handleAdd"
>鏂板</el-button
@@ -258,7 +257,6 @@
</div>
</div>
</el-col>
-
</el-row>
<el-table
v-loading="loading"
@@ -816,7 +814,7 @@
</el-form-item>
</el-col>
</el-row>
- <el-row >
+ <el-row>
<el-col :span="8">
<el-form-item label="杩囨护鍖荤敓" width="100" prop="filterDrname">
<el-input
@@ -920,7 +918,6 @@
</span>
</el-dialog>
<!-- 鍐嶆闅忚 -->
-
</div>
</template>
@@ -1294,9 +1291,8 @@
});
},
affiliation() {
- this.topqueryParams.drcode = store.getters.hisUserId;
- this.topqueryParams.nurseId = store.getters.hisUserId;
- this.topqueryParams.managementDoctor = store.getters.name;
+ this.topqueryParams.managementDoctorCode = store.getters.hisUserId;
+
this.getList(1);
},
onthatday() {
@@ -1522,13 +1518,13 @@
if (res.code == 200) {
this.$message.success("璇勫垎淇濆瓨鎴愬姛");
this.scoreDialogVisible = false;
- this.selectedRows=[];
- this.$refs.userform.clearSelection()
+ this.selectedRows = [];
+ this.$refs.userform.clearSelection();
} else {
this.$modal.msgWarning("璇勫垎淇濆瓨澶辫触");
this.scoreDialogVisible = false;
- this.selectedRows=[];
- this.$refs.userform.clearSelection()
+ this.selectedRows = [];
+ this.$refs.userform.clearSelection();
}
});
// 杩欓噷鍙互娣诲姞淇濆瓨閫昏緫锛屽璋冪敤API淇濆瓨璇勫垎
@@ -1876,11 +1872,11 @@
}
}
::v-deep.leftvlue .el-card__body {
- background: #F2F8FF;
- color: #324A9B;
+ background: #f2f8ff;
+ color: #324a9b;
}
::v-deep.leftvlue .el-card__body:hover {
- background: #3664D9;
+ background: #3664d9;
color: #fff;
cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */
}
--
Gitblit v1.9.3