列车信息调整
This commit is contained in:
parent
253f7fb780
commit
141fbaa604
@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<q-scroll-area class="fit">
|
||||
<div class="q-pa-sm">
|
||||
<q-list separator v-if="trainInfo">
|
||||
<q-item-label header>列车信息</q-item-label>
|
||||
|
||||
<q-card flat bordered>
|
||||
<q-card flat bordered>
|
||||
<q-card-section>
|
||||
<div class="text-h6">列车信息</div>
|
||||
</q-card-section>
|
||||
<q-separator inset />
|
||||
<q-list v-if="trainInfo">
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-item-label>列车索引</q-item-label>
|
||||
@ -69,8 +71,8 @@
|
||||
}}</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-card>
|
||||
</q-list>
|
||||
</q-list>
|
||||
</q-card>
|
||||
</div>
|
||||
</q-scroll-area>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user