tangning hai 8 horas
pai
achega
4e544889f0
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/view/material/sceneImg.vue

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

@@ -255,7 +255,7 @@
                   <div class="text">
                   <div class="text">
                     {{ items.name }}
                     {{ items.name }}
                   </div>
                   </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
                   <div
                     class="operation"
                     class="operation"
                     v-else-if="!show && childrenList.value == items.id"
                     v-else-if="!show && childrenList.value == items.id"
@@ -506,16 +506,16 @@
       <showpages
       <showpages
         ref="showPagesRef"
         ref="showPagesRef"
         :photos="photos"
         :photos="photos"
-        v-if="childrenList.src && childrenList.item.genStatus == 0"
+        v-if="childrenList.src && childrenList.item.genStatus == 1"
         :pageCount="childrenList.item.pageCount || 0"
         :pageCount="childrenList.item.pageCount || 0"
         :content="childrenList.src"
         :content="childrenList.src"
       />
       />
       <div v-else class="noView">
       <div v-else class="noView">
         <div
         <div
           class="noViewTitle"
           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>
         <div v-else class="noViewTitle">暂无数据</div>
         <div v-else class="noViewTitle">暂无数据</div>
       </div>
       </div>