From 907ec8bf7687f8feaf4efbad3c98c585c31fc0e8 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 21 八月 2025 10:53:23 +0800 Subject: [PATCH] 优化 --- admin/src/components/business/OperaCategoryWindow.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/admin/src/components/business/OperaCategoryWindow.vue b/admin/src/components/business/OperaCategoryWindow.vue index 6eabf8c..326f991 100644 --- a/admin/src/components/business/OperaCategoryWindow.vue +++ b/admin/src/components/business/OperaCategoryWindow.vue @@ -72,7 +72,7 @@ sortnum: null, name: '', type: null, - detail:null, + detail: null, remark: null, detailList: [''], icon: '', @@ -115,6 +115,7 @@ name: '', detail: null, type: type, + remark: null, detailList: [''], icon: '', iconFull: '', -- Gitblit v1.9.3