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