From fe505f83663020384b51e4373c0269a00e10ca24 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Wed, 8 Mar 2023 15:48:44 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E7=AE=A1=E7=90=86=E6=A0=87?=
=?UTF-8?q?=E8=AE=B0=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/shequzhili/event/eventList.vue | 33 ++++++++++++++-----
1 file changed, 24 insertions(+), 9 deletions(-)
diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue
index 4538c55d6..8f8b88d7a 100644
--- a/src/views/modules/shequzhili/event/eventList.vue
+++ b/src/views/modules/shequzhili/event/eventList.vue
@@ -127,14 +127,18 @@
-
+
+ 查询
- 重置
+
+
@@ -151,11 +155,18 @@
class="diy-button--white"
size="small">导出
- 标记痛点难点
-
+ handleMarkDiffcult(command, scope.row)"
+ >
+ 标记痛点难点
+
+ 标记为难点堵点
+ 标记为矛盾纠纷
+ 标记为自身问题
+
+
取消标记痛点难点
@@ -537,12 +548,12 @@ export default {
});
console.log(this.multipleSelection)
},
- async handleMarkDiffcult () {
+ async handleMarkDiffcult (command) {
const url = "/governance/icEvent/difficultpointevent"
let params = {
icEventIdList: this.multipleSelection,
- type: "1"
+ type: command
}
const { data, code, msg } = await requestPost(url, params)
@@ -834,4 +845,8 @@ export default {
width: 200px;
}
}
+ ::v-deep .el-dropdown__caret-button{
+ height: 32px;
+}
+