提交 5481fe84 authored 作者: 宋雄's avatar 宋雄

业主显示租户电话

上级 107189c3
NODE_ENV=development NODE_ENV=development
VUE_APP_API_BASE_URL='http://192.168.0.118:9999' VUE_APP_API_BASE_URL='http://192.168.0.119:9999'
# VUE_APP_API_BASE_URL='http://192.168.0.100:9999' # VUE_APP_API_BASE_URL='http://192.168.0.100:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999' # VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<span>{{record.ownerName}}{{record.ownerPhone}}</span> <span>{{record.ownerName}}{{record.ownerPhone}}</span>
</span> </span>
<span slot="residentName" slot-scope="text, record"> <span slot="residentName" slot-scope="text, record">
<span>{{record.relationShip === '1' ? record.ownerName : `${record.residentName},${record.residentPhone}`}}</span> <span>{{`${record.residentName},${record.residentPhone}`}}</span>
</span> </span>
<span slot="buildingName" slot-scope="text, record"> <span slot="buildingName" slot-scope="text, record">
<span>{{record.buildingName}}{{record.unitName}}{{record.roomName}}</span> <span>{{record.buildingName}}{{record.unitName}}{{record.roomName}}</span>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论