hurx 1 săptămână în urmă
părinte
comite
214df911c8
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/views/order/saleOrder/index.vue

+ 2 - 2
src/views/order/saleOrder/index.vue

@@ -592,12 +592,12 @@ const getButtonsByStatus = (orderStatus: string, checkStatus: string): ActionBut
   // 待支付状态:显示查看按钮
   if (orderStatus === OrderStatus.PENDING_PAYMENT) {
     buttons.push({ label: '查看', handler: handleReview });
-    // buttons.push({ label: '确认订单', handler: handleAffirm });
+    buttons.push({ label: '确认订单', handler: handleAffirm });
   }
   // 待确认状态:显示确认订单按钮
   if (orderStatus === OrderStatus.PENDING_CONFIRM) {
     buttons.push({ label: '查看', handler: handleReview });
-    // buttons.push({ label: '确认订单', handler: handleAffirm });
+    buttons.push({ label: '确认订单', handler: handleAffirm });
   }
 
   // 待审核:显示审核按钮