Merge remote-tracking branch 'origin/ch' into ch

This commit is contained in:
曹辉 2022-09-23 14:46:02 +08:00
commit e50bdb1ff4

View File

@ -207,7 +207,7 @@
>
</template>
</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="护理站简介"
@ -1085,6 +1085,7 @@ export default {
liststationinfo() {
listStation(this.queryParams).then((response) => {
this.stationList = response.rows;
console.log('this.stationList :>> ', this.stationList);
this.total = response.total;
this.loading = false;
});