mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 02:09:37 +08:00
修改了对应bug
This commit is contained in:
parent
2da8777e03
commit
2f30ee81d1
@ -397,7 +397,7 @@
|
|||||||
:dataSource='deviceData'
|
:dataSource='deviceData'
|
||||||
>
|
>
|
||||||
<span slot='floorName' slot-scope='text, record'>
|
<span slot='floorName' slot-scope='text, record'>
|
||||||
{{ record.buildName + record.roomName }}
|
{{ record.roomName?record.buildName + record.roomName:record.buildName }}
|
||||||
</span>
|
</span>
|
||||||
</a-table>
|
</a-table>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
|
@ -261,7 +261,7 @@ export default {
|
|||||||
// 园区角色显示用户并且查询用户
|
// 园区角色显示用户并且查询用户
|
||||||
console.log('this.mdl.roleIds', this.mdl.roleIds)
|
console.log('this.mdl.roleIds', this.mdl.roleIds)
|
||||||
if (this.mdl.roleIds[0] == 5) {
|
if (this.mdl.roleIds[0] == 5) {
|
||||||
this.selectUserShow = true
|
this.selectUserShow = false
|
||||||
} else {
|
} else {
|
||||||
// 隐藏用户搜索
|
// 隐藏用户搜索
|
||||||
this.selectUserShow = false
|
this.selectUserShow = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user