Min 1 year ago
parent
commit
7d426be425
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fhKeeper/formulahousekeeper/octopus/src/views/customer/list.vue

+ 1 - 0
fhKeeper/formulahousekeeper/octopus/src/views/customer/list.vue

@@ -29,6 +29,7 @@
 
         <!--列表-->
         <el-table :data="list" highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;">
+            <el-table-column prop="id" label="企业ID" min-width="180" align="center"></el-table-column>
             <el-table-column prop="companyName" label="企业名称" min-width="240" align="center">
             </el-table-column>
             <el-table-column prop="setMeal" label="是否签约"  min-width="80" align="center">