|
@@ -3,9 +3,9 @@
|
|
|
<div class="w-100% h-100% pl-5px pr-5px">
|
|
|
<div class="flex items-center h-140px">
|
|
|
<div class="fire-warn__image">
|
|
|
- <div class="fire-warn__image_sub w-50px h-50px top-10px left-20px">CO</div>
|
|
|
- <div class="fire-warn__image_sub w-30px h-30px top-50px left-70px">CO</div>
|
|
|
- <div class="fire-warn__image_sub w-20px h-20px top-80px left-20px">CO</div>
|
|
|
+ <div class="fire-warn__image_sub w-50px h-50px top-10px left-20px line-height-50px">低风险</div>
|
|
|
+ <div class="fire-warn__image_sub w-30px h-30px top-50px left-70px line-height-30px">CO</div>
|
|
|
+ <div class="fire-warn__image_sub w-20px h-20px top-80px left-20px line-height-20px">CO</div>
|
|
|
</div>
|
|
|
<CustomList type="A" :list-config="listAConfig" />
|
|
|
</div>
|
|
@@ -58,20 +58,20 @@
|
|
|
{
|
|
|
type: 'B',
|
|
|
prop: 'a',
|
|
|
- label: '2222/2/2 22:22:22',
|
|
|
+ label: '2024/07/22 07:00:00',
|
|
|
color: 'white',
|
|
|
},
|
|
|
{
|
|
|
type: 'B',
|
|
|
prop: 'b',
|
|
|
- label: '我是地点1',
|
|
|
+ label: '2811工作面上隅角',
|
|
|
color: 'white',
|
|
|
},
|
|
|
];
|
|
|
const listBConfig = computed(() => {
|
|
|
const data = {
|
|
|
- a: '堵塞',
|
|
|
- b: '甲烷0。02',
|
|
|
+ a: '轻微堵塞',
|
|
|
+ b: '甲烷0.02%',
|
|
|
};
|
|
|
return listB.map((b) => {
|
|
|
return {
|
|
@@ -82,9 +82,9 @@
|
|
|
});
|
|
|
const listAConfig = computed(() => {
|
|
|
const data = {
|
|
|
- a: '氧化',
|
|
|
- b: '氧化吗',
|
|
|
- c: '不氧化',
|
|
|
+ a: '缓慢氧化',
|
|
|
+ b: '800m',
|
|
|
+ c: '正常',
|
|
|
d: '正常',
|
|
|
};
|
|
|
return listA.map((b) => {
|