From db06bf2b2956472ecbd745f861a7713bd76f3bec Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期二, 14 五月 2024 20:46:39 +0800 Subject: [PATCH] update --- src/views/mdc/status-record.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/status-record.vue b/src/views/mdc/status-record.vue index 147fe77..f1b7877 100644 --- a/src/views/mdc/status-record.vue +++ b/src/views/mdc/status-record.vue @@ -2,7 +2,7 @@ * @Author: lzhe lzhe@example.com * @Date: 2024-04-26 09:36:18 * @LastEditors: lzhe lzhe@example.com - * @LastEditTime: 2024-04-26 18:07:52 + * @LastEditTime: 2024-05-14 18:41:53 * @FilePath: /smart-web/src/views/mdc/status-record.vue * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -42,7 +42,7 @@ <!-- collectionstatus 鍙嶉鐘舵�� date 鏃ユ湡 workstationInfoList 宸ヤ綅list --> - <record-charts-by-date :collectionstatus="collectionstatus" :date="date" :workstationInfoList="workstationInfoList" v-if="collectionstatus.length != 0"></record-charts-by-date> + <record-charts-by-date :achievements="achievements" :date="date" :workstationInfoList="workstationInfoList" v-if="achievements.length != 0"></record-charts-by-date> </el-tab-pane> <el-tab-pane label="鎸夊伐浣嶆煡鐪�" name="time"> <div class="fact-analysis-realtim"> -- Gitblit v1.9.3