From ac7c9940bfcb13eade90df51807c3b901cb7381b Mon Sep 17 00:00:00 2001 From: zhuoda Date: Wed, 17 Jul 2024 20:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90V3.5.0=E3=80=911=E3=80=81=E3=80=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=91=E8=BD=BB=E9=87=8F=E7=BA=A7=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=20SmartJob;2=E3=80=81=E3=80=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=91=E7=AB=99=E5=86=85=E4=BF=A1;3?= =?UTF-8?q?=E3=80=81=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83;4=E3=80=81=E3=80=90=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E3=80=91=E5=B2=97=E4=BD=8D=E7=AE=A1=E7=90=86;5=E3=80=81?= =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E9=83=A8=E9=97=A8=E5=91=98?= =?UTF-8?q?=E5=B7=A5=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/employee/components/employee-list/index.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/smart-admin-web/javascript-ant-design-vue3/src/views/system/employee/components/employee-list/index.vue b/smart-admin-web/javascript-ant-design-vue3/src/views/system/employee/components/employee-list/index.vue index 4c6ad26d..c9eff727 100644 --- a/smart-admin-web/javascript-ant-design-vue3/src/views/system/employee/components/employee-list/index.vue +++ b/smart-admin-web/javascript-ant-design-vue3/src/views/system/employee/components/employee-list/index.vue @@ -169,6 +169,7 @@ title: '职务', dataIndex: 'positionName', width: 100, + ellipsis: true, }, { title: '角色', @@ -181,12 +182,6 @@ ellipsis: true, width: 200, }, - { - title: '职务', - dataIndex: 'employeeName', - ellipsis: true, - width: 200, - }, { title: '操作', dataIndex: 'operate',