1
@@ -63,6 +63,11 @@
</div>
</template>
</el-table-column>
+ <el-table-column
+ align="center"
+ prop="campName"
+ label="训练营"
+ ></el-table-column>
</el-table>
<pagination
sync
@@ -158,7 +158,7 @@ export default {
methods: {
async __init() {
// 获取分部
- this.$store.dispatch("setBranchs");
+ this.$store.dispatch("setBranchs");
this.getList();
},
onDateChange(value) {