From 6bf4f920b3a3755770297ab5e6af5ba4dced6da2 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期二, 25 二月 2025 16:55:00 +0800 Subject: [PATCH] 1、服务器资源监控代码增加 2、登录日志样式修改 3、移除部分无用assets图片 --- src/components/FormCreate/src/config/useDictSelectRule.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/FormCreate/src/config/useDictSelectRule.ts b/src/components/FormCreate/src/config/useDictSelectRule.ts index 5c5e8ca..f232f48 100644 --- a/src/components/FormCreate/src/config/useDictSelectRule.ts +++ b/src/components/FormCreate/src/config/useDictSelectRule.ts @@ -48,7 +48,7 @@ }, { type: 'select', - field: 'dictValueType', + field: 'valueType', title: '字典值类型', value: 'str', options: [ -- Gitblit v1.9.3