This commit is contained in:
shijingjing
2022-04-26 16:04:01 +08:00
parent 2a1597e06d
commit bb0a0ea588
2 changed files with 53 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="MonitorRemoveView">
<div class="user-info">
<div class="user-info" v-if="info.length">
<div class="title">审核信息</div>
<div class="info">
<div class="item">
@@ -91,7 +91,7 @@ export default {
this.status = o.status;
this.form.pass = this.pass;
},
onShow() {
created() {
this.getInfo()
},
methods: {