diff --git a/src/components/jeecgbiz/JSelectPosition.vue b/src/components/jeecgbiz/JSelectPosition.vue index f863f8e3716a157a4d9e4a19c6568827ef6f78ac..2250a2962f2006e44d86713fac1b8889415acf2b 100644 --- a/src/components/jeecgbiz/JSelectPosition.vue +++ b/src/components/jeecgbiz/JSelectPosition.vue @@ -21,7 +21,8 @@ columns: [ { title: '职务名称', dataIndex: 'name', align: 'center', width: '30%', widthRight: '70%' }, { title: '职务编码', dataIndex: 'code', align: 'center', width: '35%' }, - { title: '职级', dataIndex: 'rank_dictText', align: 'center', width: '25%' } + // { title: '职级', dataIndex: 'rank_dictText', align: 'center', width: '25%' } + { title: '职级', dataIndex: 'postRank_dictText', align: 'center', width: '25%' } ] } }