优化 按钮文字
This commit is contained in:
parent
3d7fa5e802
commit
746698a6f2
|
|
@ -25,7 +25,7 @@
|
|||
type="primary"
|
||||
@click="importTemplate"
|
||||
>
|
||||
下载模板
|
||||
下载产品导入模版
|
||||
</el-link>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue