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