Commit 8969eb4ceb430b0b08b0c9cce3eb0270a0c35b7e

Authored by xp.Huang
2 parents 9f1df11c dd158a58

Merge branch 'perf/configuration-add-button-rename' into 'main_dev'

perf: 优化新增组态模版重命名

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