文件预览优化
This commit is contained in:
parent
bee0f5da18
commit
86ff6a92ac
|
|
@ -367,7 +367,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.companyExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.companyExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.companyExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.deptExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.deptExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.deptExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -393,7 +393,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.teamExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.teamExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.teamExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -1157,7 +1157,8 @@ export default {
|
|||
{ value: '管理人员', text: '管理人员' },
|
||||
{ value: '务工人员', text: '务工人员' },
|
||||
{ value: '劳资专管员', text: '劳资专管员' }
|
||||
]
|
||||
],
|
||||
viewFileUrl: config.realFileUrl
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
|
|
|
|||
|
|
@ -379,7 +379,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.companyExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.companyExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.companyExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -392,7 +392,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.deptExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.deptExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.deptExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -405,7 +405,7 @@
|
|||
<image class="img" src="@/static/realName/tianjia-img.png" mode=""></image>
|
||||
</view>
|
||||
<view class="img-item" v-if="entryTrainBean.teamExamFilePath">
|
||||
<image class="img" :src="config.realFileUrl + entryTrainBean.teamExamFilePath" mode=""></image>
|
||||
<image class="img" :src="viewFileUrl + entryTrainBean.teamExamFilePath" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -1185,7 +1185,8 @@ export default {
|
|||
value: '劳资专管员',
|
||||
text: '劳资专管员'
|
||||
}
|
||||
]
|
||||
],
|
||||
viewFileUrl: config.realFileUrl
|
||||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue