linwenxin 10 месяцев назад
Родитель
Сommit
6d4186abec
2 измененных файлов с 4 добавлено и 3 удалено
  1. 3 0
      src/styles/order-list.scss
  2. 1 3
      src/views/mallManagement/order/order_list/index.vue

+ 3 - 0
src/styles/order-list.scss

@@ -73,6 +73,9 @@
           color: #2d8cf0;
           display: flex;
           flex-direction: column;
+          span {
+            margin-left: 0 !important;
+          }
           button {
             margin-left: 0;
           }

+ 1 - 3
src/views/mallManagement/order/order_list/index.vue

@@ -443,9 +443,7 @@
                         <el-button
                           type="text"
                           size="small"
-                          v-if="
-                            order.orderStatus === 'DFH' || order.orderStatus === 'YFH' || order.orderStatus === 'SPTG'
-                          "
+                          v-if="['OVER', 'DFH', 'YFH', 'SPTG'].includes(order.orderStatus)"
                           @click="toPrint(order)"
                         >
                           打印{{ order.printRecordCount ? `(${order.printRecordCount}次)` : '' }}