|
@@ -282,17 +282,17 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
ifShow: ({ values }) => !isButton(values.type),
|
|
|
},
|
|
|
- {
|
|
|
- field: 'ignoreKeepAlive',
|
|
|
- label: t('routes.system.ignoreKeepAlive'),
|
|
|
- component: 'RadioButtonGroup',
|
|
|
- defaultValue: false,
|
|
|
- componentProps: {
|
|
|
- options: [
|
|
|
- { label: t('routes.system.isExt.0'), value: false },
|
|
|
- { label: t('routes.system.isExt.1'), value: true },
|
|
|
- ],
|
|
|
- },
|
|
|
- ifShow: ({ values }) => isMenu(values.type),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'ignoreKeepAlive',
|
|
|
+ // label: t('routes.system.ignoreKeepAlive'),
|
|
|
+ // component: 'RadioButtonGroup',
|
|
|
+ // defaultValue: 0,
|
|
|
+ // componentProps: {
|
|
|
+ // options: [
|
|
|
+ // { label: t('routes.system.isExt.0'), value: 0 },
|
|
|
+ // { label: t('routes.system.isExt.1'), value: 1 },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
+ // ifShow: ({ values }) => isMenu(values.type),
|
|
|
+ // },
|
|
|
];
|