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") {