Browse Source

加 if (this.$route.name != 'pg-planControl_V2') {

HQ
刘云峰 4 months ago
parent
commit
5f3319d507
  1. 5
      vue/src/views/pg-fis/basedate/planControl_V2/index.vue

5
vue/src/views/pg-fis/basedate/planControl_V2/index.vue

@ -79,7 +79,7 @@
<el-table ref="multipleTable" v-loading="listLoading" element-loading-text="拼命加载中..." element-loading-spinner="el-icon-loading"
class="cr-table" :data="list" :height="tableHeight" size="small" stripe border highlight-current-row style="width: 100%"
@sort-change="sortChange" @selection-change="handleSelectionChange" @row-click="handleRowClick">
<el-table-column v-for="(item, index) in getDefaultField" :key="index" :prop="item.prop" :label="item.label"
<el-table-column v-for="(item, index) in getDefaultField" :key="index" :prop="item.prop" :label="item.label"
:min-width="item.width" :formatter="fieldFormatter" sortable="custom" :gutter="0">
<template slot="header" slot-scope="scope">
{{ scope.column.label }}
@ -87,7 +87,6 @@
</el-table-column>
</el-table>
</div>
<!-- show-overflow-tooltip -->
<div class="table-footer">
<!-- 分页控件 style="margin-top: -25px;margin-bottom:-25px;float:right;"-->
@ -460,7 +459,7 @@
})
},
getTipper() {
if (this.$route.name != 'pg-planControl') {
if (this.$route.name != 'pg-planControl_V2') {
return
}
this.$axios.posts("/api/newjit/import-note/print-timeout-remind").then((res) => {

Loading…
Cancel
Save