2
3
lijq 6 سال پیش
والد
کامیت
23ac1709b8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/dashoo.cn/frontend_web/src/pages/select/companyselect/index.vue

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/select/companyselect/index.vue

@@ -80,7 +80,7 @@
         <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="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 label="有效期至" prop="ApplyTime" align="center">
           <template slot-scope="scope">{{ jstimehandle(scope.row.ApplyTime) }}</template>