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

pull/285/head
xuyuxiang 2025-09-19 21:53:56 +08:00
parent 87cfd5b6bd
commit d765722ce7
1 changed files with 1 additions and 1 deletions

View File

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