Commit cedb8192eafc2ccbdec93e70cdd84935673fe217
Merge branch 'fix/DEFECT-1794' into 'main_dev'
fix: 修复描述名称错误 See merge request yunteng/thingskit-front!1065
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -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, |