You need to sign in or sign up before continuing.
|
@@ -147,7 +147,7 @@ export const formSchema: FormSchema[] = [ |
|
@@ -147,7 +147,7 @@ export const formSchema: FormSchema[] = [ |
|
147
|
},
|
147
|
},
|
|
148
|
{
|
148
|
{
|
|
149
|
field: 'enableTemplate', //前端控制
|
149
|
field: 'enableTemplate', //前端控制
|
|
150
|
- label: '启用模版',
|
150
|
+ label: '启用模板',
|
|
151
|
component: 'Switch',
|
151
|
component: 'Switch',
|
|
152
|
defaultValue: 0,
|
152
|
defaultValue: 0,
|
|
153
|
componentProps: ({ formActionType }) => {
|
153
|
componentProps: ({ formActionType }) => {
|
|
@@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [ |
|
@@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [ |
|
62
|
export const searchFormSchema: FormSchema[] = [
|
62
|
export const searchFormSchema: FormSchema[] = [
|
|
63
|
{
|
63
|
{
|
|
64
|
field: 'name',
|
64
|
field: 'name',
|
|
65
|
- label: '模板',
|
65
|
+ label: '模板名称',
|
|
66
|
component: 'Input',
|
66
|
component: 'Input',
|
|
67
|
colProps: { span: 8 },
|
67
|
colProps: { span: 8 },
|
|
68
|
componentProps: {
|
68
|
componentProps: {
|
|
@@ -25,7 +25,7 @@ |
|
@@ -25,7 +25,7 @@ |
|
25
|
const [register, { reload }] = useCardList({
|
25
|
const [register, { reload }] = useCardList({
|
|
26
|
api: getPage,
|
26
|
api: getPage,
|
|
27
|
useSearchForm: true,
|
27
|
useSearchForm: true,
|
|
28
|
- title: '模版',
|
28
|
+ title: '模板列表',
|
|
29
|
gutter: 4,
|
29
|
gutter: 4,
|
|
30
|
formConfig: {
|
30
|
formConfig: {
|
|
31
|
schemas: searchFormSchema,
|
31
|
schemas: searchFormSchema,
|