mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
整理个人主页不对的,或未完善的地方
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<span style="text-align: right;" v-if="caseDetail.sysCreateTime"> <i class="el-icon-time"></i> {{ caseDetail.sysCreateTime.substring(0,10) }}</span>
|
||||
</div>
|
||||
<div class="label">
|
||||
<author :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
|
||||
<author :aid="caseDetail.sysCreateAid" :onlyAvatar="true" :avatar="authorInfo.avatar" :sex="authorInfo.sex" ></author>
|
||||
<span>案主:{{ authorInfo.name }} ({{authorInfo.orgInfo}})</span>
|
||||
<!-- <span>案主:{{ authorInfo.name }}</span>
|
||||
<span>工号:{{ authorInfo.code }}</span>
|
||||
@@ -205,6 +205,7 @@ export default {
|
||||
basePath:process.env.VUE_APP_FILE_BASE_URL,
|
||||
pdfPath:'',
|
||||
caseDetail: {
|
||||
sysCreateAid:'',
|
||||
id:'',
|
||||
filePath:''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user