diff --git a/src/App.vue b/src/App.vue index c7884a8..19fbf02 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,115 +1,18 @@ - + - - - - - - - - - - 通知 - - ✕ - - - 未完成的知會事項與代辦事項 - - - - - - - 日期 - 床位 - 姓名 - 類型 - 說明 - 逾期天數 - - - - - {{ row.date }} - {{ row.bed }} - {{ row.name }} - {{ row.type }} - {{ row.desc }} - {{ row.overdueDays }} 天 - - - - - 目前沒有待辦。 - - - - - - - - - - - 共 {{ total }} 筆,每頁 {{ pageSize }} 筆 - - - - 上一頁 - - - {{ currentPage }} / {{ totalPages }} - - - 下一頁 - - - - - - + + + + + + + + + + + + + {{ title }} + ✕ + + + + + + + + + + + + diff --git a/src/components/common/modals/GlobalNotifModal.vue b/src/components/common/modals/GlobalNotifModal.vue new file mode 100644 index 0000000..102c1b5 --- /dev/null +++ b/src/components/common/modals/GlobalNotifModal.vue @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + {{ title }} + + ✕ + + + + + 未完成的知會事項與代辦事項 + + + + + emit('row-click', row)" + > + + + + + 目前沒有待辦。 + + + + + + + + + + + +