|
|
@ -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) => { |
|
|
|