优化 修改按钮文字
This commit is contained in:
parent
746698a6f2
commit
6d430699f9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue