zhaoyang 3 өдөр өмнө
parent
commit
ced6ae70d6

+ 2 - 1
src/views/operationManagement/activityDetail.vue

@@ -233,7 +233,8 @@ const getStatusLabel = (status: number) => {
     3: "审核驳回",
     5: "进行中",
     6: "已下架",
-    7: "已结束"
+    7: "已结束",
+    8: "审核通过"
   };
   return statusMap[status] || "--";
 };