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 @@ --> - - + --> + - - -
- {{item.name}} -
-
{{showform.content?showform.content:''}} + + +
+ {{item.name}} +
+
+ - + + + + :defaultExpandAll="false" + + :isPage='false'>