doum
9 天以前 ad40905455f85a15031af88f03422aec03567ed5
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('操作成功')
        })