|
@@ -10,8 +10,10 @@
|
|
|
<div style="text-align: center;">{{scope.$index + 1}}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="预约人" prop="userName"></el-table-column>
|
|
|
- <el-table-column label="预约时间" prop="date"></el-table-column>
|
|
|
+ <el-table-column label="预约人" prop="userName"></el-table-column>
|
|
|
+ <el-table-column label="联系方式" prop="userPhone"></el-table-column>
|
|
|
+ <el-table-column label="预约时间" prop="date"></el-table-column>
|
|
|
+ <el-table-column label="房源负责人" prop="chargePersonName"></el-table-column>
|
|
|
<el-table-column label="预约房源" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="hui-table-operation">
|
|
@@ -49,7 +51,7 @@
|
|
|
methods: {
|
|
|
init() {
|
|
|
getReservationList({
|
|
|
- userId: 20,
|
|
|
+ chargePersonId: this.$store.getters.user.userId,
|
|
|
projectId: this.$store.getters.project.id
|
|
|
}).then(res => {
|
|
|
if (res.state) {
|