From 1f9e73d2e0e838acfee9e0aa8570a874bd130b89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 05 十月 2023 13:41:13 +0800 Subject: [PATCH] 2023-10-05 --- src/menu/components/form/formaction/formconfig.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/form/formaction/formconfig.jsx b/src/menu/components/form/formaction/formconfig.jsx index 2e98dbc..e90047a 100644 --- a/src/menu/components/form/formaction/formconfig.jsx +++ b/src/menu/components/form/formaction/formconfig.jsx @@ -14,6 +14,8 @@ _type = '涓嬩竴姝�' } else if (card.type === 'close') { _type = '鍏抽棴' + } else if (card.type === 'reset') { + _type = '閲嶇疆' } let menulist = [] -- Gitblit v1.8.0