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