From 7d9a0e2e85a32332abe250513b2e45bb315f25e8 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Mon, 1 Jun 2026 14:39:01 +0800
Subject: [PATCH] 1
---
src/views/app/business/luckey/luckey.vue | 19 ++++++++++++-------
.../sys/order-manage/logisticsAddress.vue | 4 ++--
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/src/views/app/business/luckey/luckey.vue b/src/views/app/business/luckey/luckey.vue
index 0675ae6..9fe1e2c 100644
--- a/src/views/app/business/luckey/luckey.vue
+++ b/src/views/app/business/luckey/luckey.vue
@@ -2,21 +2,26 @@
- 当前校区:{{ regionId || '未识别(请确认账号已绑定校区)' }}
-
+ 当前校区:{{ JSON.parse(this.getStore("user")).departmentTitle || '未识别(请确认账号已绑定校区)' }}
+
+
-
+
+
+
+
changePage('pool', p)" size="small" show-total>
+
-
+
@@ -274,11 +279,11 @@
computed: {
poolColumns() {
return [
- { title: '期号', key: 'periodNo', minWidth: 120 },
+ { title: '期号', key: 'periodNo', width: 160 },
{ title: '标题', key: 'title', minWidth: 120 },
- { title: '商圈', key: 'regionId', width: 100 },
+ { title: '商圈', key: 'regionId', width: 170 , render: (h, p) => h('span', p.row.regionId == JSON.parse(this.getStore("user")).departmentId ? JSON.parse(this.getStore("user")).departmentTitle : '') },
{ title: '奖池金额', key: 'poolAmount', width: 100 },
- { title: '开奖时间', key: 'drawTime', minWidth: 160 },
+ { title: '开奖时间', key: 'drawTime', width: 170 },
{ title: '参与', key: 'joinCount', width: 70 },
{ title: '中奖', key: 'winnerCount', width: 70 },
{
diff --git a/src/views/sys/order-manage/logisticsAddress.vue b/src/views/sys/order-manage/logisticsAddress.vue
index 1d9432f..d33b554 100644
--- a/src/views/sys/order-manage/logisticsAddress.vue
+++ b/src/views/sys/order-manage/logisticsAddress.vue
@@ -251,8 +251,8 @@
},
returnOrder(){
returnOrder({
- orderId:orderData.id,
- userId:orderData.userId
+ orderId:this.orderData.id,
+ userId:this.orderData.userId
}).then((res) => {
this.loading = false;
if (res.success) {