Commit cedb8192eafc2ccbdec93e70cdd84935673fe217

Authored by xp.Huang
2 parents 53483454 73b23d42

Merge branch 'fix/DEFECT-1794' into 'main_dev'

fix: 修复描述名称错误

See merge request yunteng/thingskit-front!1065
@@ -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,