From b6fdbb78936e3d2d3ccb25c383a176687bf3119e Mon Sep 17 00:00:00 2001 From: yziiy <15979918+mayday-yziiy@user.noreply.gitee.com> Date: Wed, 22 Oct 2025 14:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A1=A8=E6=83=85=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/platform-config.json | 2 +- src/api/modules/expression.ts | 34 +++--- src/views/expression/TypeList/form.vue | 28 +++++ src/views/expression/TypeList/index.vue | 156 ++++++++++++++++++++++++ src/views/expression/hook.tsx | 3 +- 6 files changed, 205 insertions(+), 20 deletions(-) create mode 100644 src/views/expression/TypeList/form.vue diff --git a/index.html b/index.html index 4f830f5..9722797 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 羽声语音管理后台 + 秘地管理后台 + + diff --git a/src/views/expression/TypeList/index.vue b/src/views/expression/TypeList/index.vue index e69de29..dfd9f69 100644 --- a/src/views/expression/TypeList/index.vue +++ b/src/views/expression/TypeList/index.vue @@ -0,0 +1,156 @@ + + + \ No newline at end of file diff --git a/src/views/expression/hook.tsx b/src/views/expression/hook.tsx index dfc2020..c57a32a 100644 --- a/src/views/expression/hook.tsx +++ b/src/views/expression/hook.tsx @@ -1,5 +1,6 @@ import { ref, h } from "vue"; import editForm from "./form.vue"; +import TypeListView from './TypeList/index.vue'; import { message } from "@/utils/message"; import { queryList, @@ -177,7 +178,7 @@ export function useData() { width: "60%", closeOnClickModal: false, hideFooter: true, - // contentRenderer: () => h(, { ref: formRef, formInline: null }) + contentRenderer: () => h(TypeListView) }); } return {