rk
2026-01-26 585ff1cd29e9875f5f2a0fa2b0fdc876c5c6301f
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('操作成功')
        })