diff --git a/src/components/StandardResolutionSheet.vue b/src/components/StandardResolutionSheet.vue index a53c9d6..d865be5 100644 --- a/src/components/StandardResolutionSheet.vue +++ b/src/components/StandardResolutionSheet.vue @@ -107,10 +107,11 @@ -
+
@@ -146,7 +147,12 @@ class="translation-text part-ml part-common" ref="translationRef" @click="handleClickContent" :class="{'hide-translation-text': isContainerExpand}"> -
{{ $t('standardRegulationLibrary.translation') }}
+
+ {{ $t('standardRegulationLibrary.translation') }} + + {{ isTranslationExpand ? $t('putAway') : $t('open') }} + +
{{ clauseLabelInfo.item_num }} {{ clauseLabelInfo.title_translation }}
@@ -163,7 +169,7 @@
+ :class="{'hide-clause-label': (showClauseLabel === showClauseLabelEnums.hideClauseLable) || isContainerExpand || isTranslationExpand}">
{{ $t('standardRegulationLibrary.clauseLabel') }}