zx 1 سال پیش
والد
کامیت
28c786bc50
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/groupView/info.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet-workshop-h5/src/views/groupView/info.vue

@@ -4,8 +4,8 @@
         <div style="margin-top: 44px;">
             <van-list :finished="true">
                 <van-cell  title="员工名称" ><div>{{ user.name }}</div></van-cell>
-                <van-cell  title="工种" ><div>{{ user.jobNumber }}</div></van-cell>
-                <van-cell  title="工号" ><div>{{ user.workType }}</div></van-cell>
+                <van-cell  title="工种" ><div>{{  user.workType }}</div></van-cell>
+                <van-cell  title="工号" ><div>{{ user.jobNumber }}</div></van-cell>
                 <van-cell  title="手机号码" ><div>{{ user.phone }}</div></van-cell>
                 <van-cell  title="性别" ><div>{{ user.gender==1?'男':'女' }}</div></van-cell>
             </van-list>