Commit a5e065777c50fe1e5d1598d31a166ec073ce934d
Merge branch 'fix/DEFECT-1794' into 'main_dev'
fix: 修复描述信息 See merge request yunteng/thingskit-front!1064
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, |