|
@@ -126,7 +126,7 @@
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
<vxe-column min-width="160" align="center" title="手机号" field="mobilePhone"></vxe-column>
|
|
<vxe-column min-width="160" align="center" title="手机号" field="mobilePhone"></vxe-column>
|
|
- <vxe-column min-width="160" align="center" title="部门" field="officeName"></vxe-column>
|
|
|
|
|
|
+ <vxe-column min-width="160" align="center" title="部门" field="departmentName"></vxe-column>
|
|
<vxe-column min-width="150px" align="center" title="员工类型" field="onJobStatus" fixed="right">
|
|
<vxe-column min-width="150px" align="center" title="员工类型" field="onJobStatus" fixed="right">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
{{ $dictUtils.getDictLabel("on_job_status", scope.row.onJobStatus, '-') }} </template>
|
|
{{ $dictUtils.getDictLabel("on_job_status", scope.row.onJobStatus, '-') }} </template>
|