linwenxin před 10 měsíci
rodič
revize
6d4186abec

+ 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}次)` : '' }}