代码提交
This commit is contained in:
parent
0978f5d2bf
commit
2504c52cd3
node_modules/.cache/babel-loader
707c80c5cb9d3ec9ed91511d9d73326f.jsond254b352ba28ad2f74675085f7216297.jsond36b985a450343bbaebc7d3929d30d4d.json
src
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -71,10 +71,11 @@
|
||||||
<div v-show="echartArr.includes('表格')">
|
<div v-show="echartArr.includes('表格')">
|
||||||
<div class="tableTitle">
|
<div class="tableTitle">
|
||||||
<div class="">
|
<div class="">
|
||||||
|
<span style="width: 10px;height:10px;border-radius: 50%;background-color: #3297ff;display: inline-block;vertical-align: middle;"></span>
|
||||||
|
<span>{{ this.chartName+ '-' + this.componentName + '-' + '表格'}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tableTime">
|
<div class="tableTime">
|
||||||
|
{{ typeValue.time.split('.')[0] }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
|
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
|
||||||
|
|
|
@ -439,6 +439,7 @@ export default {
|
||||||
// console.log(item,'461461');
|
// console.log(item,'461461');
|
||||||
this.typeValue = item
|
this.typeValue = item
|
||||||
}
|
}
|
||||||
|
item.time.split('.')[0]
|
||||||
ele.trigger.unshift(item)
|
ele.trigger.unshift(item)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue