!31 部门新建时,显示顺序名称字段错误

Merge pull request !31 from jiaohongtao/master
pull/32/MERGE
xingyu 2023-08-14 11:40:37 +00:00 committed by Gitee
commit 067a3b9d87
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export const formSchema: FormSchema[] = [
component: 'Input',
},
{
label: '岗位顺序',
label: '显示顺序',
field: 'sort',
required: true,
defaultValue: 0,