浏览代码

尝试使用企业微信通讯组件3

Lijy 2 年之前
父节点
当前提交
b7c4832523
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 2 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -158,12 +158,14 @@
                   </template>
                 </el-table-column>
                 <el-table-column prop="jobNumber" :label="$t('Worknumber')" >
+                  <template slot-scope="scope">
                     <div>
                       <div v-if="user.userNameNeedTranslate == 1">
                         <ww-open-data type='userName' :openid='scope.row.jobNumber'></ww-open-data>
                       </div>
                       <div v-else>{{scope.row.jobNumber}}</div>
                     </div>
+                  </template>
                 </el-table-column>
                 <el-table-column prop="phone" :label="$t('shou-ji')" width="120"></el-table-column>
                 <el-table-column prop="departmentName" :label="$t('lable.department')" width="220"></el-table-column>