|
|
@@ -128,9 +128,9 @@
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
@click="lookView(scope.row)"
|
|
|
- v-if="scope.row.status == 2"
|
|
|
v-hasPermi="['core:task:query']"
|
|
|
>详情</el-button>
|
|
|
+<!-- v-if="scope.row.status == 2"-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
@@ -316,6 +316,7 @@ export default {
|
|
|
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
+ console.log(this);
|
|
|
this.download('core/retrievalTask/export', {
|
|
|
...this.queryParams
|
|
|
}, `${this.orgName+'-监控调阅任务记录-'+this.formatTime(new Date(),'YYYYMMhh')}.xlsx`)
|