feat(web): update views

- AppShellRouteView.vue: update app shell route view
- PoliciesView.vue: update policies view
- TravelReimbursementCreateView.vue: update travel reimbursement create view
This commit is contained in:
caoxiaozhu
2026-05-14 03:15:22 +00:00
parent f65ddb52f9
commit f53c343cd3
3 changed files with 37 additions and 281 deletions

View File

@@ -48,7 +48,7 @@
<div class="assistant-layout" :class="{ 'can-show-insight': hasInsightPanelContent, 'has-insight': showInsightPanel }">
<section class="dialog-panel">
<div class="dialog-toolbar">
<div v-if="shortcuts.length" class="dialog-toolbar">
<button
v-for="shortcut in shortcuts"
:key="shortcut.label"