shish 9 miesięcy temu
rodzic
commit
2054fde0ab
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      hdApp/src/admin/goods/category.vue

+ 2 - 2
hdApp/src/admin/goods/category.vue

@@ -18,8 +18,8 @@
               </view>
               </view>
               <view class="info-details">
               <view class="info-details">
                 <text class="detail-text">序号: {{ item.inTurn }}</text>
                 <text class="detail-text">序号: {{ item.inTurn }}</text>
-                <text class="detail-text status-text" :class="{ 'active': item.status == 1 }">
-                  {{ item.status == 1 ? '显示' : '隐藏' }}
+                <text class="detail-text status-text active">
+                  {{ item.flower == 0 ? '鲜花' : item.flower ==1?'绿植':'仿真花' }}
                 </text>
                 </text>
               </view>
               </view>
             </view>
             </view>