+
共 {{ dispatchTotal }} 筆,每頁 {{ dispatchPageSize }} 筆
- {{ currentPage }} / {{ totalPages }}
+ {{ dispatchPage }} / {{ dispatchTotalPages }}
@@ -405,7 +467,14 @@
diff --git a/src/pages/nursing/index.vue b/src/pages/nursing/index.vue
index 8677781..9e4c8f1 100644
--- a/src/pages/nursing/index.vue
+++ b/src/pages/nursing/index.vue
@@ -1,14 +1,16 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ modalTitle }}
+
+
+
+
+
+
+
+ A 區
+
+
+
+
+ 床位 |
+ 姓名 |
+ 性別 |
+ 年齡 |
+ 身體狀況 |
+ 備註 |
+
+
+
+
+ {{ r.bed }} |
+ {{ r.name }} |
+ {{ r.gender }} |
+ {{ r.age }} |
+ {{ r.condition }} |
+ {{ r.note }} |
+
+
+
+
+
+
+
+ B 區
+
+
+
+
+ 床位 |
+ 姓名 |
+ 性別 |
+ 年齡 |
+ 身體狀況 |
+ 備註 |
+
+
+
+
+ {{ r.bed }} |
+ {{ r.name }} |
+ {{ r.gender }} |
+ {{ r.age }} |
+ {{ r.condition }} |
+ {{ r.note }} |
+
+
+
+
+
+
+
+
+
+
清單
+
+
+
+
+ 床位 |
+ 姓名 |
+ 醫院與科別 |
+ 病歷號 |
+ 狀況 |
+
+
+
+
+ {{ p.bed }} |
+ {{ p.name }} |
+ {{ p.hospitalDept }} |
+ {{ p.recordNo }} |
+ {{ p.status }} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
-
-
-
-
-
+ 未完成的知會事項與代辦事項
+
+
+
+
+
+
+ 住民 |
+ 類型 |
+ 表單 |
+ 日期 |
+ 逾期天數 |
+
+
+
+
+ {{ row.resident }} |
+ {{ row.type }} |
+ {{ row.form }} |
+ {{ formatDate(row.date) }} |
+ {{ row.overdueDays ?? 0 }} 天 |
+
+
+
+
+
+
+
+
+ 共 {{ total }} 筆,每頁 {{ pageSize }} 筆
+
+
+
+
+
+ {{ currentPage }} / {{ totalPages }}
+
+
+
+
+
+
diff --git a/src/pages/operation/index.vue b/src/pages/operation/index.vue
index 4e18d90..e942a5a 100644
--- a/src/pages/operation/index.vue
+++ b/src/pages/operation/index.vue
@@ -3,15 +3,15 @@
class="flex flex-col gap-2 h-[calc(100vh-72px-32px)] overflow-hidden"
>
-
+
-
住民人數
-
+ 現在住民/立案床數
+