掛單調整
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
</v-pagination>
|
||||
</v-col>
|
||||
<v-col class="text-truncate text-right" cols="12" md="2">
|
||||
共 {{ }} 筆, 頁數:
|
||||
共 {{ total }} 筆, 頁數:
|
||||
</v-col>
|
||||
<v-col cols="6" md="1">
|
||||
<v-text-field
|
||||
@@ -162,6 +162,7 @@ button:hover {
|
||||
{ text: '入住日期', value: 'checkindate' },
|
||||
{ text: '退房日期', value: 'checkoutdate' },
|
||||
{ text: '房間號', value: 'roomName' },
|
||||
{ text: '狀態', value: 'statusName'},
|
||||
|
||||
],
|
||||
guests: [], // 表格數據
|
||||
|
||||
Reference in New Issue
Block a user