|
|
@@ -4,12 +4,12 @@
|
|
|
<div>
|
|
|
<el-breadcrumb class="heading">
|
|
|
<el-breadcrumb-item :to="{ path: '/' }">平台首页</el-breadcrumb-item>
|
|
|
- <el-breadcrumb-item :to="{ path: '/oilsupplier/oilcontract' }">合同表</el-breadcrumb-item>
|
|
|
+ <el-breadcrumb-item :to="{ path: '/oilsupplier/oilcontract' }">供应商评价</el-breadcrumb-item>
|
|
|
</el-breadcrumb>
|
|
|
<el-card class="box-card" style="height: calc(100vh - 115px);">
|
|
|
<div slot="header">
|
|
|
<span>
|
|
|
- <i class="icon icon-table2"></i> 合同表
|
|
|
+ <i class="icon icon-table2"></i> 供应商评价
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
<!-- <router-link :to="'/oilcontract/contract-basis/add/operation'">
|
|
|
@@ -37,7 +37,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <el-table size="mini" stripe id="rebateSetTable" :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" @selection-change="onSelectAll">
|
|
|
+ <el-table size="mini" highlight-current-row stripe id="rebateSetTable" :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" @selection-change="onSelectAll">
|
|
|
<el-table-column v-if="selectAllButtonBoolean" :selectable="selectableFun" type="selection" width="55"></el-table-column>
|
|
|
|
|
|
<el-table-column label="操作" min-width="210" align="center" fixed>
|
|
|
@@ -80,7 +80,7 @@
|
|
|
</el-card>
|
|
|
|
|
|
<!-- :selectDeptBoolean="false"-->
|
|
|
- <submitPopup ref="submitpopup" :eveId="eveIdList" @refreshPage="initDatas" ></submitPopup>
|
|
|
+ <submitPopup ref="submitpopup" :eveId="eveIdList" @refreshPage="initDatas" ></submitPopup>
|
|
|
|
|
|
<el-dialog title="高级查询" :visible.sync="dialogVisible" width="720px">
|
|
|
<el-form ref="advancedsearchForm" label-width="110px">
|