Commit 0d97fa0411176edf01a3ab29fd997e471245e01a

Authored by fengtao
1 parent a0a1ab9c

fix: DEFECT-1726 修改为模板名称

@@ -30,7 +30,7 @@ export const PHONE_DEFAULT_CONTENT = @@ -30,7 +30,7 @@ export const PHONE_DEFAULT_CONTENT =
30 // 表格列数据 30 // 表格列数据
31 export const columns: BasicColumn[] = [ 31 export const columns: BasicColumn[] = [
32 { 32 {
33 - title: '组态名称', 33 + title: '模板名称',
34 dataIndex: 'name', 34 dataIndex: 'name',
35 width: 120, 35 width: 120,
36 }, 36 },
@@ -73,12 +73,12 @@ export const columns: BasicColumn[] = [ @@ -73,12 +73,12 @@ export const columns: BasicColumn[] = [
73 export const searchFormSchema: FormSchema[] = [ 73 export const searchFormSchema: FormSchema[] = [
74 { 74 {
75 field: 'name', 75 field: 'name',
76 - label: '组态名称', 76 + label: '模板名称',
77 component: 'Input', 77 component: 'Input',
78 colProps: { span: 8 }, 78 colProps: { span: 8 },
79 componentProps: { 79 componentProps: {
80 maxLength: 36, 80 maxLength: 36,
81 - placeholder: '请输入组态名称', 81 + placeholder: '请输入模板名称',
82 }, 82 },
83 }, 83 },
84 ]; 84 ];