소스 검색

借阅信息显示借阅书籍名称

怀来职教中心中职
ndbs 1 년 전
부모
커밋
8175fa8169
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue

+ 6
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue 파일 보기

@@ -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' },
},


불러오는 중...
취소
저장