From d289be3b10e9b259625ca9128b54bc62950c4e48 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 08 九月 2025 17:57:49 +0800
Subject: [PATCH] 出库状态改为生命周期 其他文档改为电子文档 电子文档新增指派设备结构树

---
 src/views/dashboard/modules/TodoList.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/views/dashboard/TodoList.vue b/src/views/dashboard/modules/TodoList.vue
similarity index 98%
rename from src/views/dashboard/TodoList.vue
rename to src/views/dashboard/modules/TodoList.vue
index 4df52b1..42ca47a 100644
--- a/src/views/dashboard/TodoList.vue
+++ b/src/views/dashboard/modules/TodoList.vue
@@ -189,13 +189,6 @@
       GuideCardBatchHandle,
       AssignEquipmentFileStreamHandle
     },
-    props: {
-      // 娣诲姞榛樿鍒嗙被灞炴��
-      defaultCategories: {
-        type: Array,
-        default: () => []
-      }
-    },
     data() {
       return {
         todoList: [],
@@ -564,8 +557,13 @@
 <style scoped lang="less">
   .list-container {
     height: 100%;
-    /deep/ .ant-spin-nested-loading, /deep/ .ant-spin-container {
+    /deep/ .ant-spin-nested-loading, /deep/ .ant-spin-container, /deep/ .ant-spin-spinning {
       height: 100%;
+      max-height: 100%;
+    }
+
+    /deep/ .ant-list-item-meta-description {
+      width: 98%;
     }
   }
 </style>

--
Gitblit v1.9.3