|
@@ -11,8 +11,8 @@
|
|
|
</div>
|
|
|
<div class="ct_r adfac">
|
|
|
<div class="eb_default" style="margin-left: 20px;" @click="handleReminds">批量提醒</div>
|
|
|
- <el-button type="primary" style="margin-left: 20px;" @click="handleMoreSingleReport">批量个人报告</el-button>
|
|
|
- <el-button type="primary" style="margin-left: 20px;" @click="handleTeamReport">生成团队报告</el-button>
|
|
|
+ <!-- <el-button type="primary" style="margin-left: 20px;" @click="handleMoreSingleReport">批量个人报告</el-button> -->
|
|
|
+ <el-button type="primary" style="margin-left: 20px;" @click="handleTeamReport">生成报告</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="c_texts adfac">
|
|
@@ -53,7 +53,7 @@
|
|
|
<el-table-column label="提交时间" prop="submitTime"></el-table-column>
|
|
|
<el-table-column label="操作" width="150">
|
|
|
<template #default="scope">
|
|
|
- <el-button link type="text" size="mini" @click="handleReport(scope.row)" v-if="scope.row.status==='1'">生成报告</el-button>
|
|
|
+ <!-- <el-button link type="text" size="mini" @click="handleReport(scope.row)" v-if="scope.row.status==='1'">生成报告</el-button> -->
|
|
|
<el-button link type="text" size="mini" @click="handleRemind(scope.row)" v-if="scope.row.status==='0'" v-hasPermi="['core:questionnaire:remind']">提醒作答</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|