暂降页面调整
This commit is contained in:
@@ -245,8 +245,8 @@
|
|||||||
<!-- <el-button type="primary" :icon="Platform" @click="handleRecordWaves">
|
<!-- <el-button type="primary" :icon="Platform" @click="handleRecordWaves">
|
||||||
实时录波
|
实时录波
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
<el-button type="primary" :icon="TrendCharts" @click="handleTrend">实时趋势</el-button>
|
<el-button type="primary" :icon="DataLine" @click="handleHarmonicSpectrum">实时趋势</el-button>
|
||||||
<el-button type="primary" :icon="DataLine" @click="handleHarmonicSpectrum">谐波频谱</el-button>
|
<el-button type="primary" :icon="TrendCharts" @click="handleTrend">谐波频谱</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div class="view_top_btn" v-if="!realTimeFlag">
|
<div class="view_top_btn" v-if="!realTimeFlag">
|
||||||
<el-button type="primary" :icon="ArrowLeft" @click="handleReturn">返回</el-button>
|
<el-button type="primary" :icon="ArrowLeft" @click="handleReturn">返回</el-button>
|
||||||
@@ -480,7 +480,7 @@ const intRealTime = async (val: any) => {
|
|||||||
await getTabsDataByType(val).then(res => {
|
await getTabsDataByType(val).then(res => {
|
||||||
realTimeRef.value && realTimeRef.value.getRealTimeData(res.data)
|
realTimeRef.value && realTimeRef.value.getRealTimeData(res.data)
|
||||||
})
|
})
|
||||||
}, 20000)
|
}, 5000)
|
||||||
}
|
}
|
||||||
//趋势数据组件
|
//趋势数据组件
|
||||||
const trendRef: any = ref()
|
const trendRef: any = ref()
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ const tableStore: any = new TableStore({
|
|||||||
isWebPaging: true,
|
isWebPaging: true,
|
||||||
column: [
|
column: [
|
||||||
{ field: 'name', title: '模板名称' },
|
{ field: 'name', title: '模板名称' },
|
||||||
{ field: 'createBy', title: '创建用户' },
|
{ field: 'reportForm', title: '模板类型' },
|
||||||
{ field: 'updateBy', title: '更新用户' },
|
{ field: 'updateBy', title: '更新用户' },
|
||||||
{ field: 'createTime', title: '创建时间' },
|
{ field: 'createTime', title: '创建时间' },
|
||||||
{ field: 'updateTime', title: '更新时间' },
|
{ field: 'updateTime', title: '更新时间' },
|
||||||
|
|||||||
Reference in New Issue
Block a user