Browse Source

Merge branch 'dev' of http://47.108.105.48:3000/java_project/logpm_page into dev

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
fbcc9493cf
  1. 10
      src/views/basicdata/brand/basicClient.vue

10
src/views/basicdata/brand/basicClient.vue

@ -175,11 +175,11 @@
<el-dialog title="客户导入" append-to-body v-model="excelBox" width="555px">
<avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
<template #excelTemplate>
<el-button type="primary" @click="handleTemplate">
<a href="http://47.108.51.143:9000/logpm/other/%E5%AE%A2%E6%88%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx" download="客户模板.xlsx">
点击下载<i class="el-icon-download el-icon--right"></i>
</a>
</el-button>
<a href="http://47.108.51.143:9000/logpm/other/%E5%AE%A2%E6%88%B7%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx" download="客户模板.xlsx">
<el-button type="primary">
点击下载<i class="el-icon-download el-icon--right"></i>
</el-button>
</a>
</template>
</avue-form>

Loading…
Cancel
Save