From 7ebf9752b95f98865bf94469b58c5abb302a69dd Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 09 十二月 2023 14:45:45 +0800
Subject: [PATCH] 点击当前工序完成的时增加当前时间和任务详情中实际开始时间对比,如果小于60s增加提示并且不请求接口

---
 src/views/dashboard/components/ReportingRecordModal.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/dashboard/components/ReportingRecordModal.vue b/src/views/dashboard/components/ReportingRecordModal.vue
index 217d2f6..0b1852a 100644
--- a/src/views/dashboard/components/ReportingRecordModal.vue
+++ b/src/views/dashboard/components/ReportingRecordModal.vue
@@ -11,6 +11,7 @@
       </template>
       <div class="table-content">
         <el-table class="table" :data="reportingRecordList" border style="width: 100%" :scrollbar-always-on="true">
+          <template #empty> 鏃犳暟鎹� </template>
           <el-table-column type="index" label="搴忓彿" width="56" align="center" :resizable="false"></el-table-column>
           <el-table-column prop="deviceId" label="鎶ュ伐鏉ユ簮" align="center" :resizable="false">
             <template #default="scope">

--
Gitblit v1.8.0