|
|
@@ -153,8 +153,8 @@
|
|
|
<!--<el-table-column label="最后一次年审" width="100px" prop="AuditDate" align="center">-->
|
|
|
<!--<template slot-scope="scope">{{ jstimehandle(scope.row.AuditDate) }}</template>-->
|
|
|
<!--</el-table-column>-->
|
|
|
- <el-table-column label="有效日期" width="120px" prop="EffectEndTime" align="center">
|
|
|
- <template slot-scope="scope">{{ jstimehandle(scope.row.EffectEndTime) }}</template>
|
|
|
+ <el-table-column label="有效日期" width="120px" prop="ApplyTime" align="center">
|
|
|
+ <template slot-scope="scope">{{ jstimehandle(scope.row.ApplyTime) }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="企业曾用名" width="280px" prop="OldSupplierName" align="center"></el-table-column>
|
|
|
<el-table-column label="推荐单位" width="280px" prop="CheckUnitName" align="center"></el-table-column>
|