+--------------------------------------+| 🔔 建立通知事件 |+--------------------------------------+[事件代碼] _______________________[事件名稱] _______________________[所屬模組] [ 銷售 ▼ ][描述]┌────────────────────────────┐│ 用於訂單核准後通知會計單位等用途 │└────────────────────────────┘[✓] 是否啟用-- 通知方式 --☑️ 小鈴鐺 ☑️ Email ☐ SMS-- 預設通知對象 --[使用者 ▼] [角色 ▼] [部門 ▼]-- 事件參數範本 --┌────────────────────────────┐│ { ││ "OrderNo": "SO-123", ││ "Amount": 10000 ││ } │└────────────────────────────┘ [取消] [💾 儲存]
加入list查看
Okay, let's add a list view for your notification events. I'll create a new page to display a list of events using a table, and then adjust the navigation so you can easily switch between viewing the list and creating a new event.
Now, when you run the project, you'll see a list of sample notification events. There's a "建立新事件" (Create New Event) button that will take you to the form you previously created.