上传作品取消审核拦截

GST004_ZXXYD
Ly 3 weeks ago
parent fd3c9b29fa
commit ee9d6ba7d4
  1. 6
      src/views/userInfo/components/reacList.vue

@ -45,8 +45,8 @@
size="small" size="small"
@click="uploadZp(row.annualCompid, row.enrollStatic)" @click="uploadZp(row.annualCompid, row.enrollStatic)"
v-if="row.uploadWorkFlag != 'yes'" v-if="row.uploadWorkFlag != 'yes'"
> >上传作品
{{row.enrollStatic == '2' ? '上传作品' : '未审核'}} <!-- {{row.enrollStatic == '2' ? '上传作品' : '未审核'}} -->
</el-button> </el-button>
<el-tag v-else>已上传作品</el-tag> <el-tag v-else>已上传作品</el-tag>
</template> </template>
@ -174,7 +174,7 @@ const raceName = ref<any>('')
const dialogVisible = ref(false) const dialogVisible = ref(false)
const annualCompid = ref('') const annualCompid = ref('')
const uploadZp = (id: any, staus: any) => { const uploadZp = (id: any, staus: any) => {
if (staus != 2) return ElMessage.warning('审核后方可上传作品') // if (staus != 2) return ElMessage.warning('')
//console.log(id) //console.log(id)
annualCompid.value = id annualCompid.value = id
dialogVisible.value = true dialogVisible.value = true

Loading…
Cancel
Save