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;
+}
+