diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index 0b457f5..c09247d 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -1490,7 +1490,8 @@ onMounted(async () => { } } - .refundDialog { + :deep(.refundDialog) { + background: #F3FAFE !important; .left { width: 50%; height: 70vh; diff --git a/src/views/usergold/gold/clientCountWallet.vue b/src/views/usergold/gold/clientCountWallet.vue index 8c26151..e0bd87a 100644 --- a/src/views/usergold/gold/clientCountWallet.vue +++ b/src/views/usergold/gold/clientCountWallet.vue @@ -108,19 +108,6 @@ const scrollTableTop = () => { tableRef.value?.setScrollTop?.(0) } -// 新增金币总数变量 -const statisticsData = ref({ - hkGold: 0, - sgHcGold: 0, - myGold: 0, - sgGold: 0, - caGold: 0, - thHsGold: 0, - thHaGold: 0, - vnGold: 0, - bjGold: 0 -}) - //客户消费记录 const userInfo = ref({}) @@ -546,17 +533,6 @@ const format3 = (num) => { -
- 香港:{{ format3(statisticsData.hkGold || 0) }}     - 新加坡HC:{{ format3(statisticsData.sgHcGold || 0) }}     - 马来西亚:{{ format3(statisticsData.myGold || 0) }}     - 新加坡:{{ format3(statisticsData.sgGold || 0) }}     - 加拿大:{{ format3(statisticsData.caGold || 0) }}     - 泰国HS:{{ format3(statisticsData.thHsGold || 0) }}     - 泰国HA:{{ format3(statisticsData.thHaGold || 0) }}     - 越南:{{ format3(statisticsData.vnGold || 0) }}     - 北京:{{ format3(statisticsData.bjGold || 0) }} -
{ {{ (scope.row.bjGold || 0) }} -
@@ -794,19 +723,6 @@ const format3 = (num) => { overflow: hidden; } } - -// 新币总数等等 -.goldStatistics { - margin-left: 1vw; - margin-bottom: 1vh; - color: #000000; - font-family: "PingFang SC"; - font-size: 16px; - font-style: normal; - font-weight: 700; - line-height: 20px; -} - // 表头背景等 :deep(.el-table__header-wrapper), :deep(.el-table__body-wrapper),