mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
feat(system): 添加显示排序字段的组件属性
This commit is contained in:
@@ -96,6 +96,9 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
label: '显示排序',
|
||||
rules: 'required',
|
||||
defaultValue: 1,
|
||||
componentProps: {
|
||||
class: 'flex-1',
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
|
||||
@@ -100,6 +100,9 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
label: '显示排序',
|
||||
rules: 'required',
|
||||
defaultValue: 1,
|
||||
componentProps: {
|
||||
class: 'flex-1',
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'Textarea',
|
||||
|
||||
@@ -112,6 +112,9 @@ export const drawerSchema: FormSchemaGetter = () => [
|
||||
label: '岗位排序',
|
||||
rules: 'required',
|
||||
defaultValue: 1,
|
||||
componentProps: {
|
||||
class: 'flex-1',
|
||||
},
|
||||
},
|
||||
{
|
||||
component: 'RadioGroup',
|
||||
|
||||
Reference in New Issue
Block a user