From 0e0ed27c97d70a0d42994e9c137d3b5f5dfd772c Mon Sep 17 00:00:00 2001 From: sunzehua Date: Fri, 25 Oct 2024 16:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Print/printModal.vue | 2 +- src/views/bookingcabin/CabinManagement/columns.tsx | 10 +++++----- src/views/operation/invoiceApply/index.vue | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Print/printModal.vue b/src/components/Print/printModal.vue index 34d56b3b..9e619bae 100644 --- a/src/components/Print/printModal.vue +++ b/src/components/Print/printModal.vue @@ -2,7 +2,7 @@
-
+
打印 下载 发送邮件 diff --git a/src/views/bookingcabin/CabinManagement/columns.tsx b/src/views/bookingcabin/CabinManagement/columns.tsx index 72e52d71..ef2ec053 100644 --- a/src/views/bookingcabin/CabinManagement/columns.tsx +++ b/src/views/bookingcabin/CabinManagement/columns.tsx @@ -455,13 +455,13 @@ export const columns: BasicColumn[] = [ title: '委托单位', align: 'center', width: 100, - dataIndex: 'customername', + dataIndex: 'customerName', }, { title: '客服', align: 'center', width: 100, - dataIndex: 'custservice', + dataIndex: 'custService', }, { title: '操作', @@ -497,7 +497,7 @@ export const columns: BasicColumn[] = [ title: '品名', align: 'center', width: 100, - dataIndex: 'goodsname', + dataIndex: 'goodsName', }, { title: '卖价', @@ -509,7 +509,7 @@ export const columns: BasicColumn[] = [ title: '销售日期', align: 'center', width: 100, - dataIndex: 'salE_TIME', + dataIndex: 'saleTime', }, { title: '是否拆合票', @@ -648,7 +648,7 @@ export const columns: BasicColumn[] = [ title: 'VGM回执', align: 'center', width: 100, - dataIndex: 'VGM_RLT_STAT', + dataIndex: 'vgmRltStat', customCell: sharedOnCell, }, { diff --git a/src/views/operation/invoiceApply/index.vue b/src/views/operation/invoiceApply/index.vue index 7c1a0fe4..dc6815e8 100644 --- a/src/views/operation/invoiceApply/index.vue +++ b/src/views/operation/invoiceApply/index.vue @@ -49,10 +49,10 @@
- + 导出EXCEL