tangning 5 godzin temu
rodzic
commit
4e544889f0
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/view/material/sceneImg.vue

+ 4 - 4
src/view/material/sceneImg.vue

@@ -255,7 +255,7 @@
                   <div class="text">
                     {{ items.name }}
                   </div>
-                  <div class="operation" :style="{color: items.genStatus == -1 ? 'red' : ''}" v-if="items.genStatus != 0">{{ items.genStatus == 1 ? 'AI制卷中...' : '制卷失败' }}</div>
+                  <div class="operation" :style="{color: items.genStatus == -1 ? 'red' : ''}" v-if="items.genStatus != 1">{{ items.genStatus == 0 ? 'AI制卷中...' : '制卷失败' }}</div>
                   <div
                     class="operation"
                     v-else-if="!show && childrenList.value == items.id"
@@ -506,16 +506,16 @@
       <showpages
         ref="showPagesRef"
         :photos="photos"
-        v-if="childrenList.src && childrenList.item.genStatus == 0"
+        v-if="childrenList.src && childrenList.item.genStatus == 1"
         :pageCount="childrenList.item.pageCount || 0"
         :content="childrenList.src"
       />
       <div v-else class="noView">
         <div
           class="noViewTitle"
-          v-if="childrenList.item.genStatus != 0"
+          v-if="childrenList.item.genStatus != 1"
         >
-          <div class="zbzc">{{ childrenList.item.genStatus == 1 ? 'AI制卷中...' : '制卷失败' }}</div>
+          <div class="zbzc">{{ childrenList.item.genStatus == 0 ? 'AI制卷中...' : '制卷失败' }}</div>
         </div>
         <div v-else class="noViewTitle">暂无数据</div>
       </div>