From d0fbe268ef801125e0a9cf6b459e8ddc8087005f Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 30 Apr 2026 07:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activities/ActivityList.vue | 18 +++++------ src/views/ticket-grab/TicketGrabList.vue | 11 ++----- src/views/venues/VenueList.vue | 41 ++---------------------- 3 files changed, 13 insertions(+), 57 deletions(-) diff --git a/src/views/activities/ActivityList.vue b/src/views/activities/ActivityList.vue index 799093c..fd2be5b 100644 --- a/src/views/activities/ActivityList.vue +++ b/src/views/activities/ActivityList.vue @@ -9,7 +9,7 @@ import { useUnsavedChangesGuard } from '../../composables/useUnsavedChangesGuard import { listTableRowIndex } from '../../utils/listTableRowIndex' /** 主列表列宽约 1174px,勿用全局 3220 撑宽列 */ -const ACTIVITY_LIST_SCROLL_X = 1520 +const ACTIVITY_LIST_SCROLL_X = 1570 type Venue = { id: number @@ -1056,6 +1056,12 @@ async function removeActivity(row: Activity) { > {{ v.name }} + + 电话预约 + 公众号预约 + 线下预约 + 无需预约 + 上架 下架 @@ -1065,12 +1071,6 @@ async function removeActivity(row: Activity) { 进行中 已结束 - - 电话预约 - 公众号预约 - 线下预约 - 无需预约 - 已通过 待审核 @@ -1103,7 +1103,7 @@ async function removeActivity(row: Activity) { :ellipsis="true" :tooltip="true" /> - + @@ -1144,7 +1144,7 @@ async function removeActivity(row: Activity) { /> - + - - - - +