...
|
...
|
@@ -147,7 +147,7 @@ export const formSchema: FormSchema[] = [ |
147
|
147
|
},
|
148
|
148
|
{
|
149
|
149
|
field: 'enableTemplate', //前端控制
|
150
|
|
- label: '启用模版',
|
|
150
|
+ label: '启用模板',
|
151
|
151
|
component: 'Switch',
|
152
|
152
|
defaultValue: 0,
|
153
|
153
|
componentProps: ({ formActionType }) => {
|
...
|
...
|
|