Browse Source

🚀 push 模块编写

master
wangxiang 2 years ago
parent
commit
9772815c7d
  1. 12
      src/views/common/push/authManage/authManage.data.ts

12
src/views/common/push/authManage/authManage.data.ts

@ -98,7 +98,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {
@ -107,7 +107,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {
@ -116,7 +116,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {
@ -125,7 +125,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {
@ -134,7 +134,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {
@ -143,7 +143,7 @@ export const formSchema: FormSchema[] = [
component: 'Input', component: 'Input',
required: true, required: true,
colProps: { colProps: {
span: 1 span: 12
} }
}, },
{ {

Loading…
Cancel
Save