dingxin 6 years ago
parent
commit
78cfbf6d50
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      VUECODE/smart-property-manage/src/views/owner/index.vue

+ 2
- 2
VUECODE/smart-property-manage/src/views/owner/index.vue View File

39
         <template slot-scope="scope">{{ scope.row.building + scope.row.unit + scope.row.level + scope.row.roomNo }}</template>
39
         <template slot-scope="scope">{{ scope.row.building + scope.row.unit + scope.row.level + scope.row.roomNo }}</template>
40
       </el-table-column>
40
       </el-table-column>
41
       <!-- <el-table-column prop="createDate" label="创建时间" width="540" align="center" /> -->
41
       <!-- <el-table-column prop="createDate" label="创建时间" width="540" align="center" /> -->
42
-      <el-table-column label="录入时间" align="center">
42
+      <el-table-column label="创建时间" align="center" width="600">
43
         <template slot-scope="scope">
43
         <template slot-scope="scope">
44
           <span>{{ formatDate(scope.row.createDate) }}</span>
44
           <span>{{ formatDate(scope.row.createDate) }}</span>
45
         </template>
45
         </template>
46
       </el-table-column>
46
       </el-table-column>
47
-      <el-table-column label="认证状态" width="500" align="center">
47
+      <el-table-column label="认证状态" width="440" align="center">
48
         <template slot-scope="scope">{{ scope.row.verifyStatus =='1' ? '已认证通过':'已停用' }}</template>
48
         <template slot-scope="scope">{{ scope.row.verifyStatus =='1' ? '已认证通过':'已停用' }}</template>
49
       </el-table-column>
49
       </el-table-column>
50
       <!-- <el-table-column label="操作" width="250">
50
       <!-- <el-table-column label="操作" width="250">