mirror of https://gitee.com/xiaonuobase/snowy
【更新】优化一个按钮文字
parent
87cfd5b6bd
commit
d765722ce7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue