From 267bfb38b9f1ad62373065ff036e5be386a8b045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Fri, 13 Oct 2023 17:58:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=94=BF=E7=AD=96=E5=BE=81?=
=?UTF-8?q?=E6=B1=82=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/solicitationList.vue | 35 ++++++++++++++-----
1 file changed, 27 insertions(+), 8 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue
index e8b5719e6..103a302aa 100644
--- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue
+++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue
@@ -15,6 +15,18 @@
@click="deleteModel"
>批量删除
+ 生成汇总单
+
+ 生成上报意见
+
-
+
+ 编辑
+
+
+
@@ -108,7 +124,7 @@
},
data() {
return {
- histortData:[],
+ histortData: [],
}
},
mounted() {
@@ -117,7 +133,10 @@
addModel() {
},
- deleteModel(){
+ deleteModel() {
+
+ },
+ edit() {
},
},
@@ -125,9 +144,9 @@