Commit dd158a58fd83bdbee96d299649a600660c78ca64

Authored by ww
1 parent 5afc86d6

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

... ... @@ -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>
... ...