From 467b6fdb075867070375923330dc632e8079c639 Mon Sep 17 00:00:00 2001
From: lichao <326994889@qq.com>
Date: Fri, 23 Aug 2024 16:15:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B512345?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/events/mayor-hot-line-again.vue | 423 ++++++++++++++++++
src/views/modules/events/mayor-hot-line.vue | 16 +-
2 files changed, 434 insertions(+), 5 deletions(-)
create mode 100644 src/views/modules/events/mayor-hot-line-again.vue
diff --git a/src/views/modules/events/mayor-hot-line-again.vue b/src/views/modules/events/mayor-hot-line-again.vue
new file mode 100644
index 00000000..a387f171
--- /dev/null
+++ b/src/views/modules/events/mayor-hot-line-again.vue
@@ -0,0 +1,423 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.backItemFlag === '1' ? '是' : '否' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.type === '0' ? '办理' : scope.row.type === '2' ? '退办' : scope.row.type === '4' ? '重办' : '' }}
+
+
+
+
+
+ {{ scope.row.sszt === '01' ? '民生诉求' : scope.row.sszt === '02' ? '发展诉求' : '执法诉求' }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.sszt === '01' || agencyFlag == 'district' ? '分发' : '上报网格化平台' }}
+
+
+ {{ $store.state.user.deptId === '1175270520603930625' || $store.state.user.deptId === '0' ? '驳回' : '回退' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ selfObj.orgName }}
+
+
+ {{ selfObj.sqbt }}
+
+
+ {{ selfObj.sjnr }}
+
+
+ {{ selfObj.sszt === '01' ? '民生诉求' : selfObj.sszt === '02' ? '发展诉求' : '执法诉求' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/events/mayor-hot-line.vue b/src/views/modules/events/mayor-hot-line.vue
index 4f292e31..623d7dbd 100644
--- a/src/views/modules/events/mayor-hot-line.vue
+++ b/src/views/modules/events/mayor-hot-line.vue
@@ -59,7 +59,7 @@
- {{ '驳回' }}
+ {{ $store.state.user.deptId === '1175270520603930625' || $store.state.user.deptId === '0' ? '驳回' : '回退' }}