From 4ecfbd8e9c1f354c2f41154722e96af8eba64968 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Tue, 9 Apr 2024 10:02:30 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/imports/imports.vue | 10 +-
src/views/task/list/components/addPlan.vue | 37 ++--
src/views/task/list/components/addUnit.vue | 6 +
src/views/task/list/components/showPlan.vue | 23 ++-
src/views/task/list/outline.vue | 2 +-
src/views/task/list/plan.vue | 187 +++++++++++++-------
src/views/task/list/unit.vue | 25 ++-
7 files changed, 189 insertions(+), 101 deletions(-)
diff --git a/src/components/imports/imports.vue b/src/components/imports/imports.vue
index 344887a..fcd4c40 100644
--- a/src/components/imports/imports.vue
+++ b/src/components/imports/imports.vue
@@ -46,10 +46,10 @@ import { getToken } from "@/utils/auth";
import { imports } from "@/api/task/newplan.js";
export default {
props: {
- // formInfo: {
- // type: Array,
- // default: () => [],
- // },
+ formInfo: {
+ type: Array,
+ default: () => [],
+ },
tableName: String,
},
data() {
@@ -57,7 +57,7 @@ export default {
action: `${process.env.VUE_APP_BASE_API}api/admin/base-form/excel-show`,
dialogVisible: false,
headers: [],
- formInfo:[],
+ // formInfo:[],
tableList: [],
table: [],
};
diff --git a/src/views/task/list/components/addPlan.vue b/src/views/task/list/components/addPlan.vue
index bc136dd..b3751e4 100644
--- a/src/views/task/list/components/addPlan.vue
+++ b/src/views/task/list/components/addPlan.vue
@@ -68,8 +68,8 @@
-->
-
-
-
-
+
- -->
+
-
-
- 附件:
-
-
-
参与对象:
@@ -103,6 +101,14 @@
{{showform.content?showform.content:''}}
+
+
+ 附件:
+
+
+
+
-
+
+
+
{select.page_size = e,getList()}"
@pageIndexChange="e => {select.page = e,getList()}"
:table-item="table"
- :defaultExpandAll="false">
+ :defaultExpandAll="false"
+
+ :isPage='false'>
+
+
+
@@ -50,24 +62,31 @@
-
+
+
-