diff --git a/src/views/modules/dashboard/exception-board.vue b/src/views/modules/dashboard/exception-board.vue
index 75c63d4..38d03a6 100644
--- a/src/views/modules/dashboard/exception-board.vue
+++ b/src/views/modules/dashboard/exception-board.vue
@@ -18,14 +18,25 @@
-
@@ -42,6 +53,9 @@
当前异常:{{ exceptionList.length }} 条
+
+ 更新时间:{{ updateTime }}
+
@@ -52,12 +66,9 @@
No. |
异常类型 |
托盘码 |
- 位置 |
- 物料名称 |
- 数量 |
- 异常描述 |
- 发生时间 |
- 处理状态 |
+ 异常描述 |
+ 多盘标签 |
+ 少盘标签 |
@@ -69,15 +80,32 @@
{{ item.palletCode }} |
- {{ item.location }} |
- {{ item.materialName || '-' }} |
- {{ item.quantity || '-' }} |
{{ item.description }} |
- {{ item.occurTime }} |
-
-
- {{ item.status }}
-
+ |
+
+ -
+ |
+
+
+ -
+ |
+
+
+
+
+ |
+
|
@@ -94,537 +122,828 @@
-
-