feat(web): update views
- AppShellRouteView.vue: update app shell route view - TravelReimbursementCreateView.vue: update travel form view - TravelRequestDetailView.vue: update travel request detail view
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<div class="applicant-card">
|
||||
<div class="portrait">{{ profile.avatar }}</div>
|
||||
<div class="applicant-copy">
|
||||
<h2>{{ profile.name }} <span>{{ request.typeLabel }}</span></h2>
|
||||
<p>{{ profile.position }} · {{ profile.identity }}</p>
|
||||
<h2>{{ profile.name }}</h2>
|
||||
<p>{{ profile.position }}</p>
|
||||
<div class="applicant-meta">
|
||||
<div v-for="item in profile.facts" :key="item.label" class="applicant-meta-item">
|
||||
<span>{{ item.label }}</span>
|
||||
|
||||
Reference in New Issue
Block a user