Browse Source

操作提示

bug_mk
是小王呀\24601 5 months ago
parent
commit
10cadb65cf
  1. 3
      src/views/modules/base/smartExcel/cpts/export-view.vue

3
src/views/modules/base/smartExcel/cpts/export-view.vue

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

Loading…
Cancel
Save