From 8175fa816952f87e89045a2f69d33462165f0a63 Mon Sep 17 00:00:00 2001 From: ndbs Date: Tue, 28 Mar 2023 12:08:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=9F=E9=98=85=E4=BF=A1=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=80=9F=E9=98=85=E4=B9=A6=E7=B1=8D=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/EducationalAdministration/BookBorrow/list.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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' }, },