Browse Source

👣 重写前端上传组件,以及编写文件模块

master
wangxiang 3 years ago
parent
commit
8d4ccb4d7e
  1. 5
      kicc-ui/src/views/system/role/role.data.ts

5
kicc-ui/src/views/system/role/role.data.ts

@ -123,10 +123,7 @@ export const formSchema: FormSchema[] = [ @@ -123,10 +123,7 @@ export const formSchema: FormSchema[] = [
style: { width:'100%' },
min: 0
},
required: true,
colProps: {
span: 12
}
required: true
},
{
field: 'status',

Loading…
Cancel
Save