Commit 8969eb4ceb430b0b08b0c9cce3eb0270a0c35b7e
Merge branch 'perf/configuration-add-button-rename' into 'main_dev'
perf: 优化新增组态模版重命名 See merge request yunteng/thingskit-front!1088
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | <template #toolbar> |
102 | 102 | <div class="flex gap-3 justify-end"> |
103 | 103 | <Authority v-if="!isCustomerUser" :value="ConfigurationTemplatePermission.CREATE"> |
104 | - <Button type="primary" @click="handleCreateOrUpdate()">新增模版</Button> | |
104 | + <Button type="primary" @click="handleCreateOrUpdate()">新增模板</Button> | |
105 | 105 | </Authority> |
106 | 106 | </div> |
107 | 107 | </template> | ... | ... |