From b4576d432f9020c6b638ae933f3fa9114bd92d03 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期一, 20 一月 2025 18:01:46 +0800 Subject: [PATCH] 预警配置 --- 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