update code

dev-login
haha 2023-08-16 01:19:11 +08:00
parent a29cd30cbd
commit b141ed6723
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<div v-for="(it, idx) in dataTable" :key="idx" class="data-item" :class="it.checkState!=4 && it.timeout?'time-out':''">
<div class="item-left">
<el-image ref="preview" style="width: 200px; height: 100px" :preview-src-list="[it.marksPicture]"
:src="it.marksPicture">
:src="it.marksPicture+'.min.jpg'">
</el-image>
</div>
<div class="item-right">

View File

@ -293,6 +293,7 @@ export default {
return {
elKey: 0,
dept: null,
prjectInfo:null,
safeNav: 0,
safeText: '汇总总数',
rowStyle: {
@ -348,7 +349,7 @@ export default {
this.getWorkTrainList();
this.getEmergencyDrillList();
this.getProjectSpecialView();
});
});
},
methods: {
doProbleRowClick(a,b,c){