From 742e2a6eb5d0c6c348ae779a8bc8eaa79c958b4f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 10 二月 2026 10:29:47 +0800
Subject: [PATCH] 登录

---
 admin/src/views/business/labelsYunFee.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/business/labelsYunFee.vue b/admin/src/views/business/labelsYunFee.vue
index 0c9601f..5e7d17c 100644
--- a/admin/src/views/business/labelsYunFee.vue
+++ b/admin/src/views/business/labelsYunFee.vue
@@ -28,7 +28,7 @@
         <el-table-column prop="areas" label="鍖呭惈鍦板尯" min-width="200px" align="center">
           <template slot-scope="{row}">
             <div v-if="row.areaList && row.areaList.length" >
-              <span v-for="item in row.areaList">{{item.name}}锛�> </span>
+              <span v-for="item in row.areaList">{{item.name}}锛�</span>
             </div>
           </template>
         </el-table-column>
@@ -99,7 +99,7 @@
   },
   methods: {
     statusChange (row) {
-      this.api.updateById({ id: row.id, status: row.status })
+      this.api.updateStatusById({ id: row.id, status: row.status })
         .then(() => {
           this.$message.success('鎿嶄綔鎴愬姛')
         })

--
Gitblit v1.9.3