优化参数模块

This commit is contained in:
zjl 2024-08-30 11:16:20 +08:00
parent 8f53365516
commit 022ae0f46f

View File

@ -18,11 +18,11 @@ export const schemas: FormSchema[] = [
options: [ options: [
{ {
label: '系统', label: '系统',
value: '1', value: '0',
}, },
{ {
label: '业务', label: '业务',
value: '2', value: '1',
}, },
], ],
}, },