|
@@ -164,9 +164,9 @@ defineExpose({ initData })
|
|
|
<el-checkbox v-model="item.checked" :disabled="item.auditing || item.unFinished" @change="handelChange(item)" />
|
|
|
</div>
|
|
|
<div v-if="item.auditing" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-b5e4ca text-hex-1a1d1f text-14px px-15px py-8px">审核中</div>
|
|
|
- <div v-if="d.public_space == '1' && item.as_zy_shzt_v2 == '1'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-b5e4ca text-hex-1a1d1f text-14px px-15px py-8px">通过</div>
|
|
|
- <div v-else-if="d.public_space == '1' && item.as_zy_shzt_v2 == '2'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-ec725d text-hex-1a1d1f text-14px px-15px py-8px text-white">不通过</div>
|
|
|
- <div v-else-if="d.public_space == '1' && item.as_zy_shzt_v2 == '3'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-E4DBB5 text-hex-1a1d1f text-14px px-15px py-8px">待审核</div>
|
|
|
+ <!-- <div v-if="item.as_zy_shzt_v2 == '1'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-b5e4ca text-hex-1a1d1f text-14px px-15px py-8px">通过</div> -->
|
|
|
+ <!-- <div v-else-if="d.public_space == '1' && item.as_zy_shzt_v2 == '2'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-ec725d text-hex-1a1d1f text-14px px-15px py-8px text-white">不通过</div>
|
|
|
+ <div v-else-if="d.public_space == '1' && item.as_zy_shzt_v2 == '3'" class="absolute z-1 top-0 right-0 rounded-tr-8px rounded-bl-8px bg-hex-E4DBB5 text-hex-1a1d1f text-14px px-15px py-8px">待审核</div> -->
|
|
|
<div v-if="to!=='spjj' || (to==='spjj' && !item.auditing)" class="modal absolute left-0px top-0px h-full w-full flex items-center justify-center rounded-8px">
|
|
|
<template v-if="item.unFinished">
|
|
|
<div class="flex items-center justify-center text-white text-sm">
|
|
@@ -179,7 +179,7 @@ defineExpose({ initData })
|
|
|
<img :src="enter" alt="">
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-else-if="d.public_space == '1'">
|
|
|
+ <template v-else-if="d.as_zy_shzt_v2 == '1'">
|
|
|
<div>
|
|
|
<div class="img-item" @click="handleDownload(item)">
|
|
|
<img :src="download" alt="">
|