优化 按钮文字

This commit is contained in:
yf 2025-10-23 09:40:58 +08:00
parent 3d7fa5e802
commit 746698a6f2
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
type="primary"
@click="importTemplate"
>
下载模板
下载产品导入模版
</el-link>
</div>
</template>

View File

@ -109,7 +109,7 @@
@click="handleImport"
>
<Icon icon="ep:upload" class="mr-5px"/>
excel导入
产品明细导出
</el-button>
<ProductInfoExcelImport ref="excelImportRef" @success="importSuccess" @download-template="downloadTemplate"/>
</div>
@ -120,7 +120,7 @@
v-hasPermi="['oms:product-info:export']"
>
<Icon icon="ep:download" class="mr-5px"/>
下载模板
下载产品导入模版
</el-button>
</el-form-item>