From 86c6fa1f452977db085a3180b3edded1a263aa9d Mon Sep 17 00:00:00 2001 From: sunzehua Date: Thu, 18 May 2023 18:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/list/index.vue | 17 ----------------- src/views/system/user/index.vue | 12 ++++-------- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index f12ab04..5aeb1f1 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -106,9 +106,6 @@ DRAFT下载 - - 到港时间更新 - 舱位分配查询 @@ -951,20 +948,6 @@ export default { console.log(err) }) } - if (type === 3) { - checkUpdateETA(pkIdArr) - .then((res) => { - if (res.success) { - this.bcFileFlag = true - this.bcFile = res.data - } else { - this.$message.error(res.message) - } - }) - .catch((err) => { - console.log(err) - }) - } if (type === 4) { checkUpdateManifestNo(pkIdArr) .then((res) => { diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d81abd9..a6d8a8f 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -173,8 +173,7 @@ export default { columns: [ { title: '账号', - dataIndex: 'account', - sorter: true + dataIndex: 'account' }, { title: '姓名', @@ -183,29 +182,26 @@ export default { }, { title: '部门', - dataIndex: 'sysEmpInfo', + dataIndex: 'orgName', sorter: true, scopedSlots: { - customRender: 'sysEmpInfo' + customRender: 'orgName' } }, { title: '性别', dataIndex: 'sex', - sorter: true, scopedSlots: { customRender: 'sex' } }, { title: '手机', - dataIndex: 'phone', - sorter: true + dataIndex: 'phone' }, { title: '状态', dataIndex: 'status', - sorter: true, scopedSlots: { customRender: 'status' }