|
|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
<el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
|
|
|
@sort-change="orderby" highlight-current-row>
|
|
|
- <el-table-column label="操作" min-width="180" align="center" fixed="right">
|
|
|
+ <el-table-column label="操作" width="180" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<router-link
|
|
|
:to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/' + (scope.row.SupplierTypeName === '01' ? 'goodsoperation' : (scope.row.SupplierTypeName === '02' ? 'bassicoperation' : 'operation'))+'?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&Status='+scope.row.Status+'&Step='+scope.row.Step+'&annualId='+scope.row.Id">
|
|
|
@@ -81,13 +81,13 @@
|
|
|
<span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="AccessCardNo" label="准入编码" sortable min-width="110" align="center"
|
|
|
+ <el-table-column prop="AccessCardNo" label="准入编码" sortable width="120" align="center"
|
|
|
show-overflow-tooltip>
|
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="SupplierTypeName" label="准入类别" sortable min-width="110" align="center"
|
|
|
+ <el-table-column prop="SupplierTypeName" label="准入类别" sortable width="100" align="center"
|
|
|
show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
|
|
|
@@ -99,13 +99,13 @@
|
|
|
<!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
</el-table-column> -->
|
|
|
|
|
|
- <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center"
|
|
|
+ <el-table-column prop="ApplyTime" sortable width="120" label="年审到期日期" align="center"
|
|
|
show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.ApplyTime+'') }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="CreateOn" sortable min-width="130" label="申请日期" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column prop="CreateOn" sortable width="110" label="申请日期" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|