|
|
@@ -26,6 +26,11 @@ |
|
|
|
{{ displayListItem(item, 'LibraryCard') }} |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="customlist-item-field"> |
|
|
|
<text class="customlist-item-field-title">图书:</text> |
|
|
|
{{ displayListItem(item, 'BookName') }} |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="customlist-item-field"> |
|
|
|
<text class="customlist-item-field-title">图书编号:</text> |
|
|
|
{{ displayListItem(item, 'BookID') }} |
|
|
@@ -112,6 +117,7 @@ export default { |
|
|
|
BorrowTime: { type: 'text' }, |
|
|
|
ReturnTime: { type: 'text' }, |
|
|
|
LibraryCard: { type: 'text' }, |
|
|
|
BookName: {type: 'text'}, |
|
|
|
BookID: { type: 'text' }, |
|
|
|
}, |
|
|
|
|
|
|
|