Ver código fonte

单位名称

xiao547607 5 anos atrás
pai
commit
e8492ef891
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      src/views/base/employeeInfo-list.vue

+ 2 - 3
src/views/base/employeeInfo-list.vue

@@ -65,9 +65,8 @@
       <el-table-column type="selection" width="55"></el-table-column>
       <el-table-column prop="no" sort-by="no_" label="编号" sortable="custom" width="100"></el-table-column>
       <el-table-column
-        prop="companyId"
-        sort-by="company_id"
-        label="所属公司Id"
+        prop="companyName"
+        label="所属公司"
         sortable="custom"
         width="180"
       ></el-table-column>