Browse Source

👣 编写基础模块多租户

master
wangxiang 3 years ago
parent
commit
2f0597970e
  1. 1
      kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml
  2. 4
      kicc-ui/src/views/system/tenant/tenant.data.ts

1
kicc-common/kicc-common-data/src/main/resources/kicc-tenant.yml

@ -2,3 +2,4 @@ tenant: @@ -2,3 +2,4 @@ tenant:
# 需要排除的多租户的表
exclusionTable:
- sys_dept
- sys_tenant

4
kicc-ui/src/views/system/tenant/tenant.data.ts

@ -118,7 +118,7 @@ export const formSchema: FormSchema[] = [ @@ -118,7 +118,7 @@ export const formSchema: FormSchema[] = [
required: true,
componentProps: {
style: { width:'100%' },
valueFormat: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
placeholder: '请选择开始日期'
},
colProps: { span: 12 }
@ -130,7 +130,7 @@ export const formSchema: FormSchema[] = [ @@ -130,7 +130,7 @@ export const formSchema: FormSchema[] = [
required: true,
componentProps: {
style: { width:'100%' },
valueFormat: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
placeholder: '请选择开始日期'
},
colProps: { span: 12 }

Loading…
Cancel
Save