Min 1 년 전
부모
커밋
7d426be425
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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">