|
@@ -91,7 +91,7 @@
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<div style="margin: 10px 0" v-if="subscribe !== '报名失败详情' && subscribe !== '预约外呼详情'">
|
|
|
<span style="margin-left: 30px">
|
|
|
- <el-button type="primary" v-if="AppointmentCall || this.excelType == 'CClass'" @click="appointmentCallDownloadHandler">下载名单</el-button>
|
|
|
+ <el-button type="primary" v-if="AppointmentCall || this.excelType == 'CClass'|| this.excelType == 'Teleconference'" @click="appointmentCallDownloadHandler">下载名单</el-button>
|
|
|
<a :href="exportUser" download v-else>
|
|
|
<el-button type="primary">下载名单</el-button>
|
|
|
</a>
|