|
|
@@ -35,12 +35,12 @@
|
|
|
|
|
|
</template>
|
|
|
<template
|
|
|
- slot="positionIdSlot"
|
|
|
+ slot="orgIdSlot"
|
|
|
slot-scope="{row}"
|
|
|
>
|
|
|
<ibps-user-selector
|
|
|
- type="position"
|
|
|
- :value="row.positions_"
|
|
|
+ type="org"
|
|
|
+ :value="row.group_id_"
|
|
|
readonly-text="text"
|
|
|
:disabled="true"
|
|
|
:multiple="true"
|
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
// 表格字段配置
|
|
|
columns: [
|
|
|
{ prop: 'id_', label: '姓名', width: 100, slotName: 'userIdSlot' },
|
|
|
- { prop: 'positions_', label: '部门', width: 120, slotName: 'positionIdSlot' },
|
|
|
+ { prop: 'group_id_', label: '部门', width: 120, slotName: 'orgIdSlot' },
|
|
|
{ prop: 'jian_ding_zi_ge_z', label: '工号', width: 140 },
|
|
|
{ prop: 'planedjoin', label: '应参训次数', width: 120 },
|
|
|
{ prop: 'truejoin', label: '实参训次数', width: 120 },
|