From ba20a16e8129bc1944fe71119086d91342f96ff2 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 18:28:06 +0800
Subject: [PATCH] 1

---
 src/views/modules/shop/pickAddr.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/modules/shop/pickAddr.vue b/src/views/modules/shop/pickAddr.vue
index dc8bfe2..f4780f9 100644
--- a/src/views/modules/shop/pickAddr.vue
+++ b/src/views/modules/shop/pickAddr.vue
@@ -40,9 +40,8 @@
           icon="el-icon-edit"
           size="small"
           v-if="isAuth('shop-spots:operate') && scope.row.state !== 'created'"
-          <!-- @click.stop="pickHandle(scope.row.orderNo)"
-          >场控</el-button -->
-        >
+           @click.stop="pickHandle(scope.row.orderNo)"
+          >场控</el-button>
       </template>
     </avue-crud>
     <pickUpdate

--
Gitblit v1.9.3