peng
2025-07-24 2fd269af9df3653b058deee57bcd7a9f39ff28e7
manager/src/views/activity/index.vue
@@ -859,7 +859,7 @@
                tagColor = 'orange';  // 橙色表示进行中
                break;
              case 1:
                tagText = '已审核';
                tagText = '已通过';
                tagColor = 'green';   // 绿色表示通过
                break;
              case 2: