...
|
...
|
@@ -8,7 +8,7 @@ |
|
|
<el-button type="primary" style="margin-left: 10px" @click="showDialogForm(true)">保存</el-button>
|
|
|
</template>
|
|
|
<template #timeRange="scope">
|
|
|
<el-dropdown>
|
|
|
<el-dropdown style="margin-left: 100px">
|
|
|
<el-button>
|
|
|
时间范围 <i class="el-icon el-icon-arrow-down"></i>
|
|
|
</el-button>
|
...
|
...
|
@@ -26,11 +26,11 @@ |
|
|
</template>
|
|
|
<template #frequency="scope">
|
|
|
<el-dropdown style="margin-left: 10px">
|
|
|
<el-button>
|
|
|
<el-button style="display: none !important;">
|
|
|
聚合频率 <i class="el-icon el-icon-arrow-down"></i>
|
|
|
</el-button>
|
|
|
<template #dropdown>
|
|
|
<el-dropdown-menu>
|
|
|
<el-dropdown-menu style="display: none !important;">
|
|
|
<el-dropdown-item v-for="item in frequencyArr" @click="getChartData()"
|
|
|
:key="item.ddicId"
|
|
|
:command="{value:item.ddicCode,label:item.ddicName,flag:1}">
|
...
|
...
|
|