@@ -102,7 +102,7 @@
</span>
</template>
</el-table-column>
- <el-table-column label="操作" width="75">
+ <el-table-column label="地址" width="75">
<template>
<el-button type="text" size="mini">购买记录</el-button>
@@ -351,7 +351,7 @@ export default {
// 选择机构总数
clubTotal: 0,
clubForm: {
- clubId: '',
+ clubId: 0,
clubName: '',
sname: ''
},