打印
下载
发送邮件
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 @@