Browse Source

个人中心-公共空间权限问题

ZhaoJing 1 year ago
parent
commit
6c3d90db06
2 changed files with 6 additions and 6 deletions
  1. 4 4
      src/components/CommonList/index.vue
  2. 2 2
      src/pages/home/grzx/index.vue

+ 4 - 4
src/components/CommonList/index.vue

@@ -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="">

+ 2 - 2
src/pages/home/grzx/index.vue

@@ -588,7 +588,7 @@ function handlePower(data) {
       >
         <template #search>
           <div class="flex items-center justify-end">
-            <div
+            <!-- <div
               v-if="status === '2'"
               class="flex items-center justify-end pr-10px pt-20px space-x-4"
             >
@@ -604,7 +604,7 @@ function handlePower(data) {
                 <el-option label="不通过" value="2" />
                 <el-option label="待审核" value="3" />
               </el-select>
-            </div>
+            </div> -->
             <div
               class="flex items-center justify-end pr-80px pt-20px space-x-4"
             >