From e85193ea9acae04e9dbf6ca5b97f1735d4cc2e13 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期二, 28 十一月 2023 16:33:05 +0800
Subject: [PATCH] style: 调整表格无数据文案

---
 src/api/reporting.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/reporting.ts b/src/api/reporting.ts
index a13dc3e..f00e8a6 100644
--- a/src/api/reporting.ts
+++ b/src/api/reporting.ts
@@ -1,6 +1,7 @@
 // 鎶ュ伐璁板綍
 export interface ReportingRecord {
   ID: number
+  barCode: string
   CreatedAt: string
   UpdatedAt: string
   DeletedAt: string
@@ -16,4 +17,6 @@
   finishAmount: number
   workerID: string
   workerName: string
+  /** 宸ユ椂, 鍗曚綅绉�  */
+  workerTime: number
 }

--
Gitblit v1.8.0