shish 22 часов назад
Родитель
Сommit
cb5e5801aa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      hdApp/src/admin/home/order.vue

+ 3 - 3
hdApp/src/admin/home/order.vue

@@ -121,9 +121,9 @@
                 <text class="field-label">编号:</text>
                 <text class="field-label">编号:</text>
                 <text class="field-value">{{ item.orderSn || '' }}</text>
                 <text class="field-value">{{ item.orderSn || '' }}</text>
               </view>
               </view>
-              <view class="info-row">
+              <view class="info-row" v-if="item.remark!=''">
                 <text class="field-label">备注:</text>
                 <text class="field-label">备注:</text>
-                <text class="field-value remark-text">{{ item.remark || '无' }}</text>
+                <text class="field-value remark-text">{{ item.remark}}</text>
               </view>
               </view>
             </view>
             </view>
 
 
@@ -1522,7 +1522,7 @@ export default {
   display: block;
   display: block;
   margin-bottom: 6upx;
   margin-bottom: 6upx;
   color: #8c929a;
   color: #8c929a;
-  font-size: 22upx;
+  font-size: 28upx;
 }
 }
 
 
 .price-line {
 .price-line {