|
|
@ -39,7 +39,7 @@ |
|
|
|
style="width: 190px;float:right;margin-bottom: 10px;" type="daterange" value-format="yyyy-MM-dd"></el-date-picker> |
|
|
|
<div ref="chartRef" class='chart LineChart'/> |
|
|
|
</ElTabPane> |
|
|
|
<template v-if="dialogData.facilityType === 1"> |
|
|
|
<template v-if="(dialogData.facilityType === 1 || dialogData.facilityType === 11)"> |
|
|
|
<ElTabPane v-for="(item,index) in upsList" :key="'UPS_'+item" :label="'UPS'+(index+1)" |
|
|
|
:name="'UPS_'+item"> |
|
|
|
<Descriptions :data="upsData" :list="upsForm" column="6" labelWidth="142px" style="gap: 12px"/> |
|
|
|