aXin-0810 преди 10 месеца
родител
ревизия
8fcfeeb09a
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/views/mallManagement/order/order_list/index.vue

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

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