|
|
@@ -47,7 +47,7 @@
|
|
|
</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" :header-cell-style="{'text-align': 'center'}">
|
|
|
- <el-table-column label="操作" min-width="100px" align="center" fixed="right">
|
|
|
+ <el-table-column label="操作" width="180px" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" size="mini" @click="editOilCataLog(scope.row)" plain>{{btnName}}</el-button>
|
|
|
<el-button slot="reference" type="danger" title="删除" style="margin-left:10px" size="mini" @click="deleteClick(scope.row)" plain :disabled="!showBtn">删除</el-button>
|
|
|
@@ -66,9 +66,9 @@
|
|
|
{{jsTimeHandle(scope.row.ValidityTo)}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable min-width="90" align="center" :key="Math.random()" v-if="formData.CatalogType == 4 || formData.CatalogType == 5" show-overflow-tooltip prop="DutyDept" label="责任部室"></el-table-column>
|
|
|
+ <el-table-column sortable min-width="100" align="center" :key="Math.random()" v-if="formData.CatalogType == 4 || formData.CatalogType == 5" show-overflow-tooltip prop="DutyDept" label="责任部室"></el-table-column>
|
|
|
<el-table-column sortable width="120" align="center" :key="Math.random()" v-if="formData.CatalogType == 6 || formData.CatalogType == 7" show-overflow-tooltip prop="Dept" label="申报单位"></el-table-column>
|
|
|
- <el-table-column sortable min-width="60" align="center" show-overflow-tooltip prop="Remark" label="备注"></el-table-column>
|
|
|
+ <el-table-column sortable min-width="70" align="center" show-overflow-tooltip prop="Remark" label="备注"></el-table-column>
|
|
|
|
|
|
</el-table>
|
|
|
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
|