zxl
2025-07-15 68100caa0830debb2367386e0fb68c28ac57b7d1
审核状态修改
2个文件已修改
4 ■■■■ 已修改文件
manager/src/views/activity/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
seller/src/views/activity/activityList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
manager/src/views/activity/index.vue
@@ -859,7 +859,7 @@
                tagColor = 'orange';  // 橙色表示进行中
                break;
              case 1:
                tagText = '已审核';
                tagText = '已通过';
                tagColor = 'green';   // 绿色表示通过
                break;
              case 2:
seller/src/views/activity/activityList.vue
@@ -614,7 +614,7 @@
                tagColor = 'orange';  // 橙色表示进行中
                break;
              case 1:
                tagText = '已审核';
                tagText = '已通过';
                tagColor = 'green';   // 绿色表示通过
                break;
              case 2: