浏览代码

10.12 bug修复

bding 1 年之前
父节点
当前提交
4b0b5f4b42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/rai_manage/components/apply/particularsDialog.vue

+ 1 - 1
src/views/rai_manage/components/apply/particularsDialog.vue

@@ -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>