|
|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author: your name
|
|
|
* @Date: 2025-07-24 17:13:23
|
|
|
- * @LastEditTime: 2025-08-01 09:25:38
|
|
|
+ * @LastEditTime: 2025-08-22 09:59:58
|
|
|
* @LastEditors: bogon
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /performance-test/src/views/overview/components/yaw_error4/index.vue
|
|
|
@@ -33,21 +33,24 @@
|
|
|
</div>
|
|
|
</el-alert>
|
|
|
<div class="titleCharts">分析总图 :</div>
|
|
|
- <VirtualList
|
|
|
+ <!-- <VirtualList
|
|
|
:list="generalFilesDatas"
|
|
|
keyField="fileAddr"
|
|
|
:itemSize="452"
|
|
|
v-slot="{ item, index }"
|
|
|
+ > -->
|
|
|
+ <BoxLineCharts
|
|
|
+ v-if="initBatchCode === 'WOF046400029-WOB000001'"
|
|
|
+ :setUpImgData="setUpImgData"
|
|
|
+ :key="'itembatchCodeindex'"
|
|
|
+ :index="'itembatchCodeinde'"
|
|
|
+ :ref="'itembatchCodeindex'"
|
|
|
+ :fileAddr="'itemfileAdd'"
|
|
|
>
|
|
|
- <BoxLineCharts
|
|
|
- :setUpImgData="setUpImgData"
|
|
|
- :key="item.batchCode + index"
|
|
|
- :index="item.batchCode + index"
|
|
|
- :ref="item.batchCode + index"
|
|
|
- :fileAddr="item.fileAddr"
|
|
|
- >
|
|
|
- </BoxLineCharts>
|
|
|
- </VirtualList>
|
|
|
+ </BoxLineCharts>
|
|
|
+ <!-- </VirtualList> -->
|
|
|
+
|
|
|
+ <el-empty description="暂无分析记录" v-else></el-empty>
|
|
|
<el-dialog
|
|
|
v-if="isShowDescription"
|
|
|
title="添加评论"
|