From a03f27c5edaab17263891dd2bc1e4e70fb96096c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 10 二月 2026 10:25:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dingyuannongji

---
 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