|
|
@@ -48,7 +48,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</div>
|
|
|
- <el-table :data="entityList" border highlight-current-row stripe height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini" v-loading="tableLoading">
|
|
|
+ <el-table :data="entityList" border highlight-current-row stripe height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini" v-loading="tableLoading" :header-cell-style="{'text-align': 'center'}">
|
|
|
<el-table-column label="操作" min-width="100px" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" size="mini" @click="editOilcatalog(scope.row)" plain>{{btnName}}</el-button>
|
|
|
@@ -71,7 +71,7 @@
|
|
|
<el-table-column type="index" width="50" align="center" />
|
|
|
<!--<el-table-column sortable min-width="80" align="center" show-overflow-tooltip prop="SupplierName" label="序号"></el-table-column>-->
|
|
|
<el-table-column sortable width="200" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
|
|
|
- <el-table-column sortable min-width="400" align="center" show-overflow-tooltip prop="Business" label="业务范围"></el-table-column>
|
|
|
+ <el-table-column sortable min-width="400" align="left" prop="Business" label="业务范围"></el-table-column>
|
|
|
<el-table-column sortable width="175" align="center" show-overflow-tooltip label="有效期起止">
|
|
|
<template slot-scope="scope">
|
|
|
{{(jstimehandle(scope.row.ValidityFrom))}}--{{(jstimehandle(scope.row.ValidityTo))}}
|