|
@@ -80,7 +80,7 @@
|
|
|
<el-table-column label="注册资金(万元)" prop="RegCapital" width="170px" sortable align="center"></el-table-column>
|
|
<el-table-column label="注册资金(万元)" prop="RegCapital" width="170px" sortable align="center"></el-table-column>
|
|
|
<el-table-column label="移动电话" prop="Mobile" align="center"></el-table-column>
|
|
<el-table-column label="移动电话" prop="Mobile" align="center"></el-table-column>
|
|
|
<el-table-column label="最后一次年审" prop="AuditDate" align="center">
|
|
<el-table-column label="最后一次年审" prop="AuditDate" align="center">
|
|
|
- <template slot-scope="scope">{{ jstimehandle(scope.row.ApplyTime) }}</template>
|
|
|
|
|
|
|
+ <template slot-scope="scope">{{ jstimehandle(scope.row.AuditDate) }}</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<el-table-column label="有效期至" prop="ApplyTime" align="center">
|
|
<el-table-column label="有效期至" prop="ApplyTime" align="center">
|
|
|
<template slot-scope="scope">{{ jstimehandle(scope.row.ApplyTime) }}</template>
|
|
<template slot-scope="scope">{{ jstimehandle(scope.row.ApplyTime) }}</template>
|