From f229a66a377f2a6a770d4aae89aada249da01e63 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Mon, 21 Apr 2025 15:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/depart/depart.data.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/system/depart/depart.data.ts b/src/views/system/depart/depart.data.ts index 7b45961..f5f22a6 100644 --- a/src/views/system/depart/depart.data.ts +++ b/src/views/system/depart/depart.data.ts @@ -36,6 +36,19 @@ export function useBasicFormSchema() { component: 'RadioButtonGroup', componentProps: { options: [] }, }, + { + field: 'platType_dictText', + label: '业务平台类型', + component: 'JDictSelectTag', + defaultValue:"ywjg", + componentProps: { + dictCode: 'iz_test_site' + }, + rules:[{ + required: true, + message: '请选择平台类型' + }] + }, { field: 'departOrder', label: '排序',