update code
parent
a29cd30cbd
commit
b141ed6723
|
@ -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">
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue