优化 修改按钮文字

This commit is contained in:
yf 2025-10-23 10:20:54 +08:00
parent 746698a6f2
commit 6d430699f9
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
v-hasPermi="['oms:product-info:export']"
>
<Icon icon="ep:download" class="mr-5px"/>
导出
产品明细导出
</el-button>
<div class="ml-2" v-hasPermi="['oms:product-info:create']">
<el-button
@ -109,7 +109,7 @@
@click="handleImport"
>
<Icon icon="ep:upload" class="mr-5px"/>
产品明细导
产品明细导
</el-button>
<ProductInfoExcelImport ref="excelImportRef" @success="importSuccess" @download-template="downloadTemplate"/>
</div>