aXin-0810 10 bulan lalu
induk
melakukan
8fcfeeb09a
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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}次)` : '' }}