feat():安全监测功能开发
parent
c8a6ae71e1
commit
b79c02aa4c
|
|
@ -10,8 +10,8 @@
|
|||
></image>
|
||||
</div>
|
||||
<div class="user">
|
||||
<div class="username">{{this.userList.userName}}</div>
|
||||
<div class="userresponse">{{this.userList.orgList[0].orgName}}</div>
|
||||
<div class="username">{{userList.userName}}</div>
|
||||
<div class="userresponse">{{deptName}}</div>
|
||||
</div>
|
||||
</view>
|
||||
<view class="funcBar">
|
||||
|
|
@ -64,6 +64,12 @@
|
|||
func: func,
|
||||
default_src: uni.getStorageSync('avatar'),
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
deptName() {
|
||||
const d = this.userList && this.userList.orgList[0]
|
||||
return (d && d.orgName) || ''
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.setInsert()
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
@click="tabsClick"
|
||||
:scrollable="false"
|
||||
:activeStyle="{
|
||||
color: '#34a4fe',
|
||||
}"
|
||||
></u-tabs>
|
||||
color: '#34a4fe'}"></u-tabs>
|
||||
</view>
|
||||
<view class="aqjc-content">
|
||||
<Wyjc v-if = "status == 0" :tableData="wyTable"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue