|
@@ -45,24 +45,24 @@
|
|
|
<el-table v-loading="loading" :data="comparisonList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column label="时间" align="center" prop="remark" width="120"/>
|
|
|
<el-table-column label="预测类型" align="center" prop="category" width="120"/>
|
|
|
- <el-table-column label="预测时间1" align="center" prop="forecastTimeOne" width="120"/>
|
|
|
- <el-table-column label="实际值1" align="center" prop="realOne" width="120"/>
|
|
|
- <el-table-column label="红杉预测值1" align="center" prop="hsForecastOne" width="120"/>
|
|
|
- <el-table-column label="红杉值1误差率" align="center" prop="hsErrorRateOne" width="120"/>
|
|
|
- <el-table-column label="跃渊预测值1" align="center" prop="yyForecastOne" width="120"/>
|
|
|
- <el-table-column label="跃渊值1误差率" align="center" prop="yyErrorRateOne" width="120"/>
|
|
|
- <el-table-column label="预测时间2" align="center" prop="forecastTimeTwo" width="120"/>
|
|
|
- <el-table-column label="实际值2" align="center" prop="realTwo" width="120"/>
|
|
|
- <el-table-column label="红杉预测值2" align="center" prop="hsForecastTwo" width="120"/>
|
|
|
- <el-table-column label="红杉值2误差率" align="center" prop="hsErrorRateTwo" width="120"/>
|
|
|
- <el-table-column label="跃渊预测值2" align="center" prop="yyForecastTwo" width="120"/>
|
|
|
- <el-table-column label="跃渊值2误差率" align="center" prop="yyErrorRateTwo" width="120"/>
|
|
|
- <el-table-column label="预测时间3" align="center" prop="forecastTimeThree" width="120"/>
|
|
|
- <el-table-column label="实际值3" align="center" prop="realThree" width="120"/>
|
|
|
- <el-table-column label="红杉预测值3" align="center" prop="hsForecastThree" width="120"/>
|
|
|
- <el-table-column label="红杉值3误差率" align="center" prop="hsErrorRateThree" width="120"/>
|
|
|
- <el-table-column label="跃渊预测值3" align="center" prop="yyForecastThree" width="120"/>
|
|
|
- <el-table-column label="跃渊值3误差率" align="center" prop="yyErrorRateThree" width="120"/>
|
|
|
+ <el-table-column label="预测1时间" align="center" prop="forecastTimeOne" width="120"/>
|
|
|
+ <el-table-column label="实际1小时值" align="center" prop="realOne" width="120"/>
|
|
|
+ <el-table-column label="TFT预测1小时值" align="center" prop="hsForecastOne" width="120"/>
|
|
|
+ <el-table-column label="TFT预测1小时误差" align="center" prop="hsErrorRateOneStr" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测1小时值" align="center" prop="yyForecastOne" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测1小时误差" align="center" prop="yyErrorRateOneStr" width="120"/>
|
|
|
+ <el-table-column label="预测2时间" align="center" prop="forecastTimeTwo" width="120"/>
|
|
|
+ <el-table-column label="实际2小时值" align="center" prop="realTwo" width="120"/>
|
|
|
+ <el-table-column label="TFT预测2小时值" align="center" prop="hsForecastTwo" width="120"/>
|
|
|
+ <el-table-column label="TFT预测2小时误差" align="center" prop="hsErrorRateTwoStr" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测2小时值" align="center" prop="yyForecastTwo" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测2小时误差" align="center" prop="yyErrorRateTwoStr" width="120"/>
|
|
|
+ <el-table-column label="预测3时间" align="center" prop="forecastTimeThree" width="120"/>
|
|
|
+ <el-table-column label="实际3小时值" align="center" prop="realThree" width="120"/>
|
|
|
+ <el-table-column label="TFT预测3小时值" align="center" prop="hsForecastThree" width="120"/>
|
|
|
+ <el-table-column label="TFT预测3小时误差" align="center" prop="hsErrorRateThreeStr" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测3小时值" align="center" prop="yyForecastThree" width="120"/>
|
|
|
+ <el-table-column label="LSTM预测3小时误差" align="center" prop="yyErrorRateThreeStr" width="120"/>
|
|
|
<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="160">
|
|
|
<template #default="scope">
|
|
|
<el-button
|