From c716d3a6708b99ffced3b99ea676e3d86d6d3c2c Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Tue, 29 Nov 2022 11:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=8D=95=E5=8F=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=BB=E6=8F=90=E5=8D=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/list/modules/initData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/main/BookingLedger/list/modules/initData.js b/src/views/main/BookingLedger/list/modules/initData.js index b06f2b0..ac54ba1 100644 --- a/src/views/main/BookingLedger/list/modules/initData.js +++ b/src/views/main/BookingLedger/list/modules/initData.js @@ -22,7 +22,7 @@ export default { { title: '业务状态', align: 'center', width: '90', label: 'BSSTATUS', type: 'input' }, { title: '业务状态名称', align: 'center', width: '90', label: 'BSSTATUSNAME', type: 'input' }, { title: '业务日期', align: 'center', width: '90', label: 'BSDATE', type: 'date' }, - { title: '主题单号', align: 'center', width: '90', label: 'MBLNO', type: 'input' }, + { title: '主提单号', align: 'center', width: '90', label: 'MBLNO', type: 'input' }, { title: '分提单号', align: 'center', width: '90', label: 'HBLNO', type: 'input' }, { title: '订舱编号', align: 'center', width: '90', label: 'BOOKINGNO', type: 'input' }, { title: '合约号', align: 'center', width: '90', label: 'CONTRACTNO', type: 'input' },