From 642276cbdc828427630b78628d27fbb51ac490f3 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 9 Jan 2023 16:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E9=97=AE=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppLearning/AppLearning.vue | 63 +++++++++ .../app/AppLearning/components/Detail.vue | 123 ++++++++++++++++++ .../app/AppLearning/components/List.vue | 102 +++++++++++++++ .../apps/AppNewEconomics/AppNewEconomics.vue | 12 -- 4 files changed, 288 insertions(+), 12 deletions(-) create mode 100644 project/fengdu/app/AppLearning/AppLearning.vue create mode 100644 project/fengdu/app/AppLearning/components/Detail.vue create mode 100644 project/fengdu/app/AppLearning/components/List.vue diff --git a/project/fengdu/app/AppLearning/AppLearning.vue b/project/fengdu/app/AppLearning/AppLearning.vue new file mode 100644 index 00000000..c23590f2 --- /dev/null +++ b/project/fengdu/app/AppLearning/AppLearning.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/fengdu/app/AppLearning/components/Detail.vue b/project/fengdu/app/AppLearning/components/Detail.vue new file mode 100644 index 00000000..06fe3812 --- /dev/null +++ b/project/fengdu/app/AppLearning/components/Detail.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/project/fengdu/app/AppLearning/components/List.vue b/project/fengdu/app/AppLearning/components/List.vue new file mode 100644 index 00000000..130f4962 --- /dev/null +++ b/project/fengdu/app/AppLearning/components/List.vue @@ -0,0 +1,102 @@ + + + + diff --git a/project/pingchang/apps/AppNewEconomics/AppNewEconomics.vue b/project/pingchang/apps/AppNewEconomics/AppNewEconomics.vue index 708571fa..9c9909d4 100644 --- a/project/pingchang/apps/AppNewEconomics/AppNewEconomics.vue +++ b/project/pingchang/apps/AppNewEconomics/AppNewEconomics.vue @@ -20,7 +20,6 @@ import Add from "./components/Add"; export default { label: "新经济组织管理", name: "AppNewEconomics", - // 组件 components: { Add, List }, props: { instance: Function, @@ -34,17 +33,6 @@ export default { include: [] }; }, - // 计算 - computed: {}, - // 监听 - watch: {}, - // 实例创建后 - created() {}, - // 实例创建后 - onShow() {}, - // 实例渲染后 - mounted() {}, - // 方法 methods: { onChange(data) { if (data.type === "Add") {