style: 更新batch图标

This commit is contained in:
TsMask
2023-12-06 19:33:32 +08:00
parent 84bbeda7fc
commit 90a34302a8

View File

@@ -594,7 +594,7 @@ onMounted(() => {
@click.prevent="fnModalVisibleByBatch('update')" @click.prevent="fnModalVisibleByBatch('update')"
> >
<template #icon> <template #icon>
<DeleteOutlined /> <FormOutlined />
</template> </template>
{{ t('views.neUser.pcf.batchUpdateText') }} {{ t('views.neUser.pcf.batchUpdateText') }}
</a-button> </a-button>