【更新】优化一个按钮文字

pull/286/head
xuyuxiang 2025-09-19 21:53:56 +08:00 committed by 就是那个锅
parent 666be02ede
commit d2a74830ba
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
v-if="hasPerm('bizUserAdd')" v-if="hasPerm('bizUserAdd')"
> >
<template #icon><plus-outlined /></template> <template #icon><plus-outlined /></template>
<span>增加人员</span> <span>增加</span>
</a-button> </a-button>
<a-button @click="exportBatchUserVerify" v-if="hasPerm('bizUserBatchExport')"> <a-button @click="exportBatchUserVerify" v-if="hasPerm('bizUserBatchExport')">
<template #icon><export-outlined /></template> <template #icon><export-outlined /></template>