Showing
2 changed files
with
2 additions
and
2 deletions
@@ -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, |