From 5c5292c6b267e09a5e1f6056b06c5ac99f0088db Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期五, 19 九月 2025 10:09:18 +0800
Subject: [PATCH] 导出会员信息

---
 manager/src/views/order/order/orderList.vue |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/manager/src/views/order/order/orderList.vue b/manager/src/views/order/order/orderList.vue
index 1c93b0d..b13591e 100644
--- a/manager/src/views/order/order/orderList.vue
+++ b/manager/src/views/order/order/orderList.vue
@@ -464,24 +464,24 @@
                 )
               );
             }
-            // 鏍规嵁璁㈠崟鐘舵�佷负'PAID'鏃舵樉绀洪澶栨搷浣滄寜閽�
-            if (params.row.deliverStatus === 'UNDELIVERED') {
-              buttons.push(
-                h(
-                  "Button",
-                  {
-                    props: { type: "primary", size: "small" },
-                    style: { marginRight: "5px" },
-                    on: {
-                      click: () => {
-                        this.handlerEditorQrcode(params.row);
-                      },
-                    },
-                  },
-                  "淇敼鍦板潃浜岀淮鐮�"
-                )
-              );
-            }
+            // // 鏍规嵁璁㈠崟鐘舵�佷负'PAID'鏃舵樉绀洪澶栨搷浣滄寜閽�
+            // if (params.row.deliverStatus === 'UNDELIVERED') {
+            //   buttons.push(
+            //     h(
+            //       "Button",
+            //       {
+            //         props: { type: "primary", size: "small" },
+            //         style: { marginRight: "5px" },
+            //         on: {
+            //           click: () => {
+            //             this.handlerEditorQrcode(params.row);
+            //           },
+            //         },
+            //       },
+            //       "淇敼鍦板潃浜岀淮鐮�"
+            //     )
+            //   );
+            // }
 
             return h('div', buttons);
           },
@@ -526,17 +526,17 @@
     closeGeneralQrCode(){
       this.showGeneralQrCode = false;
     },
-    handlerEditorQrcode(row){
-      this.QRCodeUrl = '';
-      this.showGeneralQrCode = true
-      this.codeLoading = true;
-
-      //鑾峰緱鍟嗗搧瀵瑰簲鐨勭涓�涓猻kuid
-      this.codeLoading = false;
-      this.QRCodeUrl = this.QRcodeBaseUrl+ '/scanpage/editOrderAddress'+'?orderSn='+row.sn
-      console.log(this.QRCodeUrl);
-
-    },
+    // handlerEditorQrcode(row){
+    //   this.QRCodeUrl = '';
+    //   this.showGeneralQrCode = true
+    //   this.codeLoading = true;
+    //
+    //   //鑾峰緱鍟嗗搧瀵瑰簲鐨勭涓�涓猻kuid
+    //   this.codeLoading = false;
+    //   this.QRCodeUrl = this.QRcodeBaseUrl+ '/scanpage/editOrderAddress'+'?orderSn='+row.sn
+    //   console.log(this.QRCodeUrl);
+    //
+    // },
     // 閫変腑鐨勫浘鐗�
     callbackSelected(val) {
       console.log(val)

--
Gitblit v1.8.0