feat():安全监测功能开发

master
李神峰 2026-04-17 16:39:36 +08:00
parent c8a6ae71e1
commit b79c02aa4c
2 changed files with 9 additions and 5 deletions

View File

@ -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()

View File

@ -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"/>