1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

The field is still unchanged (#830)

* The field is still unchanged

* Hide Tabs Childern

* Undo commit

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
This commit is contained in:
Elsio Sanchez 2021-05-11 11:05:47 -04:00 committed by GitHub
parent 04ac990f1f
commit 9fd0270f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -69,6 +69,9 @@
</el-timeline-item>
</el-timeline>
</el-scrollbar>
<p v-else>
{{ $t('field.logsFieldEmpty') }}
</p>
</div>
</el-card>
</template>

View File

@ -331,6 +331,7 @@ export default {
calculator: 'Calculator',
preference: 'Preference',
logsField: 'Field Change Log',
logsFieldEmpty: 'The field is still unchanged',
codeTranslation: 'Translation Of ',
container: {
help: 'Help',

View File

@ -308,6 +308,7 @@ export default {
preference: 'Preferencia',
codeTranslation: 'Traduccion de ',
logsField: 'Bitácora de Cambios',
logsFieldEmpty: 'El campo no tiene cambios aún',
container: {
help: 'Ayuda',
description: 'Descripción'

View File

@ -246,10 +246,7 @@ export default {
return this.$store.getters.getWindow(this.windowUuid)
},
isShowedTabsChildren() {
if (this.windowMetadata && this.windowMetadata.isShowedTabsChildren && this.isEmptyValue(this.$route.query.typeAction)) {
return this.windowMetadata.isShowedTabsChildren
}
return false
return this.windowMetadata.isShowedTabsChildren
},
isShowedRecordNavigation() {
if (this.windowMetadata && this.windowMetadata.isShowedRecordNavigation) {