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 v-for="(it, idx) in dataTable" :key="idx" class="data-item" :class="it.checkState!=4 && it.timeout?'time-out':''">
|
||||||
<div class="item-left">
|
<div class="item-left">
|
||||||
<el-image ref="preview" style="width: 200px; height: 100px" :preview-src-list="[it.marksPicture]"
|
<el-image ref="preview" style="width: 200px; height: 100px" :preview-src-list="[it.marksPicture]"
|
||||||
:src="it.marksPicture">
|
:src="it.marksPicture+'.min.jpg'">
|
||||||
</el-image>
|
</el-image>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-right">
|
<div class="item-right">
|
||||||
|
|
|
@ -293,6 +293,7 @@ export default {
|
||||||
return {
|
return {
|
||||||
elKey: 0,
|
elKey: 0,
|
||||||
dept: null,
|
dept: null,
|
||||||
|
prjectInfo:null,
|
||||||
safeNav: 0,
|
safeNav: 0,
|
||||||
safeText: '汇总总数',
|
safeText: '汇总总数',
|
||||||
rowStyle: {
|
rowStyle: {
|
||||||
|
@ -348,7 +349,7 @@ export default {
|
||||||
this.getWorkTrainList();
|
this.getWorkTrainList();
|
||||||
this.getEmergencyDrillList();
|
this.getEmergencyDrillList();
|
||||||
this.getProjectSpecialView();
|
this.getProjectSpecialView();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
doProbleRowClick(a,b,c){
|
doProbleRowClick(a,b,c){
|
||||||
|
|
Loading…
Reference in New Issue