From 6a85c02d7ce8f18582f17cd54725eeafc419fada Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 17 Dec 2024 19:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Reorder=20iscn=20book=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/IscnRegisterForm.vue | 71 +++++++++++++++++---------------- locales/en.json | 2 +- 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index cdc986a3..6e3d254e 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -237,15 +237,34 @@ /> + - - {{ $t('IscnRegisterForm.label.drm.details') }} - - + v-if="type === 'Book'" + :label="$t('IscnRegisterForm.label.publisher')" + > + + + + + + + + + + + {{ $t('IscnRegisterForm.label.drm.details') }} + + - - - - - - - - -