@@ -120,10 +120,10 @@
></el-table-column>
<el-table-column
prop="createTime"
- label="入驻时间"
+ :label="type == 1 ? '入驻时间' : '申请时间'"
min-width="160"
align="center"
- v-if="type == 1"
+ v-if="type != 3"
>
<template v-slot="scope">
{{ subTimeStr(scope.row.createTime) }}