From 822f42cd964dbf3fe506035cfb376a5aa7efd3db Mon Sep 17 00:00:00 2001 From: chenghuan Date: Tue, 7 Apr 2026 14:31:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=83=E7=90=86=E8=AE=BA=E5=9D=9B?= =?UTF-8?q?=E6=A8=A1=E5=9D=97):=20=E6=9B=B4=E6=96=B0=E6=96=B0=E5=A2=9E/?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97=E8=A1=A8=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8C=E6=AD=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改弹窗标题为“修改”,并移除链接地址输入项 - 更新表单数据结构,确保只保留分类信息 - 添加同步按钮,替换新增按钮,优化用户操作流程 - 实现同步弹窗的显示逻辑,支持数据列表的刷新 --- .../psychologicalForum-add-or-update.vue | 35 ++--- .../content/psychologicalForum-add.vue | 134 ++++++++++++++++++ .../modules/content/psychologicalForum.vue | 23 ++- 3 files changed, 166 insertions(+), 26 deletions(-) create mode 100644 src/views/modules/content/psychologicalForum-add.vue diff --git a/src/views/modules/content/psychologicalForum-add-or-update.vue b/src/views/modules/content/psychologicalForum-add-or-update.vue index b45477d..3fc22c9 100644 --- a/src/views/modules/content/psychologicalForum-add-or-update.vue +++ b/src/views/modules/content/psychologicalForum-add-or-update.vue @@ -1,7 +1,7 @@