Quellcode durchsuchen

Merge branch 'need_pool286' into debug

shanbinzhang vor 4 Tagen
Ursprung
Commit
bc660b6712
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      src/views/report/chapter/List.vue

+ 5 - 1
src/views/report/chapter/List.vue

@@ -552,7 +552,7 @@ async function handleConfirmSetLayout() {
                                 <div class="flex-info">
                                     <img v-if="element.PublishState==2" @click.stop="handleShowPoster(element)" class="icon icon-wx" src="@/assets/imgs/report/icon_wx.png" alt="">
 
-                                    <div class="handle-icon" @click.stop="handleOptChapterItem(element)">
+                                    <div class="handle-icon" @click.stop="handleOptChapterItem(element)" v-if="element.IsAuth">
                                         <svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
                                             <path d="M16 8C17.1045 8 18 7.10455 18 6C18 4.89545 17.1045 4 16 4C14.8955 4 14 4.89545 14 6C14 7.10455 14.8955 8 16 8Z" fill="black" fill-opacity="0.9"/>
                                             <path d="M16 18C17.1045 18 18 17.1046 18 16C18 14.8954 17.1045 14 16 14C14.8955 14 14 14.8954 14 16C14 17.1046 14.8955 18 16 18Z" fill="black" fill-opacity="0.9"/>
@@ -1084,6 +1084,10 @@ async function handleConfirmSetLayout() {
                     height: 35px;
                 }
             }
+            .move-icon {
+                width: 40px;
+                height: 40px;
+            }
         }
     }