diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue index 28be8e8ff..dd17548dd 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/BookBorrow/list.vue @@ -26,6 +26,11 @@ {{ displayListItem(item, 'LibraryCard') }} + + 图书: + {{ displayListItem(item, 'BookName') }} + + 图书编号: {{ displayListItem(item, 'BookID') }} @@ -112,6 +117,7 @@ export default { BorrowTime: { type: 'text' }, ReturnTime: { type: 'text' }, LibraryCard: { type: 'text' }, + BookName: {type: 'text'}, BookID: { type: 'text' }, },