更改护理站

This commit is contained in:
闫晓茹 2022-09-22 11:34:44 +08:00
parent 09954788b2
commit cfb98f77b7

View File

@ -181,7 +181,7 @@
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="所属区域" align="center" prop="areaCode" /> <el-table-column label="所属区域" align="center" prop="sysAreaVOList[0].streetName" />
<el-table-column label="护理站地址" align="center" prop="address" /> <el-table-column label="护理站地址" align="center" prop="address" />
<!-- <el-table-column <!-- <el-table-column
label="护理站简介" label="护理站简介"
@ -1052,6 +1052,7 @@ export default {
liststationinfo() { liststationinfo() {
listStation(this.queryParams).then((response) => { listStation(this.queryParams).then((response) => {
this.stationList = response.rows; this.stationList = response.rows;
console.log('this.stationList :>> ', this.stationList);
this.total = response.total; this.total = response.total;
this.loading = false; this.loading = false;
}); });