From 594c379b48db0a3862613326ea510f5436ffb2ac Mon Sep 17 00:00:00 2001 From: liuyuchuan Date: Sun, 21 Aug 2022 21:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=94=A8=E6=88=B7=EF=BC=8C=E8=81=8C=E5=8A=A1=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=81=8C=E7=BA=A7=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecgbiz/JSelectPosition.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/jeecgbiz/JSelectPosition.vue b/src/components/jeecgbiz/JSelectPosition.vue index f863f8e..2250a29 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%' } ] } } -- Gitee