feat: add mobile leave form + list + home entry + routes

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-12 13:18:07 +08:00
parent 82bc0d9e41
commit 4debecd523
3 changed files with 210 additions and 0 deletions
+6
View File
@@ -123,6 +123,12 @@ onMounted(loadToday)
</svg>
要客拜访
</button>
<button class="link-chip" @click="router.push('/m/leaves')">
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
请假
</button>
</div>
<!-- Section Divider -->