Browse Source

fix: 修改歧义字段

Signed-off-by: jiaohongtao <jiaohongtaovip@163.com>
main
jiaohongtao 2 years ago committed by Gitee
parent
commit
373967063b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      src/views/system/dept/dept.data.ts

2
src/views/system/dept/dept.data.ts

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