From 4eac422e52a4d28fb651b75d0f054697c7a2c0fa Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 09 二月 2026 15:14:13 +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