diff --git a/src/views/userInfo/components/reacList.vue b/src/views/userInfo/components/reacList.vue
index 8eb4a92..42bf517 100644
--- a/src/views/userInfo/components/reacList.vue
+++ b/src/views/userInfo/components/reacList.vue
@@ -41,12 +41,12 @@
- 上传作品
+ {{row.enrollStatic == '2' ? '上传作品' : '未审核'}}
已上传作品
@@ -172,7 +172,7 @@ const raceName = ref('')
const dialogVisible = ref(false)
const annualCompid = ref('')
const uploadZp = (id: any, staus: any) => {
- if (staus == 1) return ElMessage.warning('审核后方可上传作品')
+ if (staus != 2) return ElMessage.warning('审核后方可上传作品')
console.log(id)
annualCompid.value = id
dialogVisible.value = true