|
|
@ -295,7 +295,10 @@ export const formSchema: FormSchema[] = [ |
|
|
|
label: '比赛状态', |
|
|
|
label: '比赛状态', |
|
|
|
field: 'stat', |
|
|
|
field: 'stat', |
|
|
|
component: 'JSwitch', |
|
|
|
component: 'JSwitch', |
|
|
|
componentProps:{ |
|
|
|
defaultValue: 'Y', |
|
|
|
|
|
|
|
componentProps: {}, |
|
|
|
|
|
|
|
/* componentProps:{ |
|
|
|
|
|
|
|
|
|
|
|
//开关大小,可选值:default small
|
|
|
|
//开关大小,可选值:default small
|
|
|
|
size:'default', |
|
|
|
size:'default', |
|
|
|
//非选中时的内容
|
|
|
|
//非选中时的内容
|
|
|
@ -308,7 +311,7 @@ export const formSchema: FormSchema[] = [ |
|
|
|
checkedValue:'N', |
|
|
|
checkedValue:'N', |
|
|
|
//是否禁用
|
|
|
|
//是否禁用
|
|
|
|
disabled: false |
|
|
|
disabled: false |
|
|
|
}, |
|
|
|
},*/ |
|
|
|
}, |
|
|
|
}, |
|
|
|
]; |
|
|
|
]; |
|
|
|
export const formPasswordSchema: FormSchema[] = [ |
|
|
|
export const formPasswordSchema: FormSchema[] = [ |
|
|
|