Ver Fonte

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

Lijy há 2 anos atrás
pai
commit
b7c4832523

+ 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>