ll
liukangdong
2025-01-10 73ac28e7bed2c94ccdcb6b96c1e026d6cc9db68d
admin/src/views/finance/company.vue
@@ -13,7 +13,8 @@
      <el-table-column prop="accountNum" label="收支账户数量" min-width="100" show-overflow-tooltip />
      <el-table-column prop="status" label="状态" min-width="100" show-overflow-tooltip>
        <template v-slot="scope">
          <el-switch v-model="scope.row.status" @change="e => changeStatus(scope.row)" :active-value="0" :inactive-value="1">
          <el-switch v-model="scope.row.status" @change="e => changeStatus(scope.row)" :active-value="0"
            :inactive-value="1">
          </el-switch>
        </template>
      </el-table-column>
@@ -132,6 +133,7 @@
    },
    handleSizeChange(capacity) {
      this.pagination.pageSize = capacity
      this.getList()
    }
  }
}