-
-
-
-
{{ item.title }}
-
-
- {{
- listingStatusLabel(item.status)
- }}
-
- {{ listingReviewStatusLabel(effectiveReviewStatus(item)) }}
-
-
+
+
+
+ {{
+ listingStatusLabel(item.status)
+ }}
+
+ {{ listingReviewStatusLabel(effectiveReviewStatus(item)) }}
+
-
-
-
-
{{ item.review_reason }}
+
{{ item.title }}
+
+
+
+
{{ item.review_reason }}
+
编辑
@@ -293,31 +289,31 @@ function isPendingReview(row: Listing) {
diff --git a/frontend/src/router/mobileRoutes.ts b/frontend/src/router/mobileRoutes.ts
index 633301e..cab301d 100644
--- a/frontend/src/router/mobileRoutes.ts
+++ b/frontend/src/router/mobileRoutes.ts
@@ -118,7 +118,7 @@ export const mobileRoutes: RouteRecordRaw[] = [
{
path: '/m/seller/listings',
name: 'mobile-seller-listings',
- component: () => import('@/features/seller/views/SellerListingsView.vue'),
+ component: () => import('@/features/seller/views/MobileSellerListingsView.vue'),
meta: { layout: 'blank', requiresAuth: true },
},
]