This commit is contained in:
zhaofang
2022-06-13 16:32:45 +08:00
parent 71b2aa90a8
commit a9327359ae
2 changed files with 1 additions and 3 deletions

View File

@@ -128,8 +128,6 @@ export default {
}; };
}, },
mounted() { mounted() {
console.log(this.caseShow,'caseShow');
//console.log(this.userInfo,'111');
this.sex = this.userInfo.sex; this.sex = this.userInfo.sex;
this.$store.dispatch('refrashMsg'); this.$store.dispatch('refrashMsg');
this.loadBoeData(); this.loadBoeData();

View File

@@ -14,7 +14,7 @@
<div class="title">{{ caseDetail.title }}</div> <div class="title">{{ caseDetail.title }}</div>
<div class="label"> <div class="label">
<author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author> <author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
<span>作者{{ authorInfo.name }}</span> <span>案主{{ authorInfo.name }}</span>
<span>工号{{ authorInfo.code }}</span> <span>工号{{ authorInfo.code }}</span>
<span>组织{{ authorInfo.orgInfo }}</span> <span>组织{{ authorInfo.orgInfo }}</span>
<span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span> <span style="text-align: right;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span>