|
|
@ -9,8 +9,9 @@ |
|
|
|
<el-button type="success" @click="onClickUplond" v-if="pageType !== 'info'"> 数据列表导出</el-button> |
|
|
|
<el-button type="success" @click="onClickShowCondition" v-if="pageType === 'info' && this.infoObj.reportType === 0"> 查看数据统计条件</el-button> |
|
|
|
<el-button type="warning" v-if="pageType === 'info' && this.infoObj.reportType === 0" @click="handleClickInspect"> 自动检查</el-button> |
|
|
|
<span v-if="pageType === 'add'" class="red">(操作提示:可双击单元格进行设置统计条件)</span> |
|
|
|
<span v-if="importType === 'template'" class="red">(操作提示:可双击单元格进行设置统计条件)</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div> |
|
|
|
<el-button type="primary" @click="handleClickExport()"> 导出</el-button> |
|
|
|
</div> |
|
|
|