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:
parent
04ac990f1f
commit
9fd0270f0e
@ -69,6 +69,9 @@
|
||||
</el-timeline-item>
|
||||
</el-timeline>
|
||||
</el-scrollbar>
|
||||
<p v-else>
|
||||
{{ $t('field.logsFieldEmpty') }}
|
||||
</p>
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
|
@ -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',
|
||||
|
@ -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'
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user