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'>