Commit e6bb15e8252cdc546191d84d96e48f585292225c

Authored by ww
1 parent 37b5417e

fix: 修复描述信息

... ... @@ -62,7 +62,7 @@ export const columns: BasicColumn[] = [
62 62 export const searchFormSchema: FormSchema[] = [
63 63 {
64 64 field: 'name',
65   - label: '模板名称',
  65 + label: '模板',
66 66 component: 'Input',
67 67 colProps: { span: 8 },
68 68 componentProps: {
... ...
... ... @@ -25,7 +25,7 @@
25 25 const [register, { reload }] = useCardList({
26 26 api: getPage,
27 27 useSearchForm: true,
28   - title: '模版列表',
  28 + title: '模版',
29 29 gutter: 4,
30 30 formConfig: {
31 31 schemas: searchFormSchema,
... ...