Browse Source

外勤打卡增加显示打卡地址。

zhengqiang 4 years ago
parent
commit
3e6944b065
2 changed files with 4 additions and 2 deletions
  1. 2 2
      .env.development
  2. 2 0
      src/views/business/workAttendance-list.vue

+ 2 - 2
.env.development

@@ -1,8 +1,8 @@
 OUT_PUT_DIR=dist/jp-housekeeper-portal
 
 #VUE_APP_BACKEND_URL=http://127.0.0.1:7070/xpgj
-#VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
-VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
+VUE_APP_BACKEND_URL=http://127.0.0.1:8086/jp-housekeeper-server
+#VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/jp-housekeeper-server
 #VUE_APP_BACKEND_URL=http://xpgjapi.xiaoxinda.com
 #VUE_APP_BACKEND_URL=http://mirror.xiaoxinda.com/xpgjapi/
 

+ 2 - 0
src/views/business/workAttendance-list.vue

@@ -130,6 +130,8 @@
       <el-table-column label="序号" fixed="left" type="index" :index="indexMethod"></el-table-column>
       <el-table-column label="姓名" fixed="left" prop="name"></el-table-column>
       <el-table-column label="编号" prop="personId"></el-table-column>
+      <el-table-column label="身份证号" prop="idCard" width="200"></el-table-column>
+      <el-table-column label="手机" prop="phone" width="200"></el-table-column>
       <el-table-column label="公司" prop="companyName" width="200"></el-table-column>
       <el-table-column label="上级部门" prop="parentDepartmentName" width="200"></el-table-column>
       <el-table-column label="部门" prop="departmentName" width="200"></el-table-column>