mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +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-item>
|
||||||
</el-timeline>
|
</el-timeline>
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
|
<p v-else>
|
||||||
|
{{ $t('field.logsFieldEmpty') }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
</template>
|
</template>
|
||||||
|
@ -331,6 +331,7 @@ export default {
|
|||||||
calculator: 'Calculator',
|
calculator: 'Calculator',
|
||||||
preference: 'Preference',
|
preference: 'Preference',
|
||||||
logsField: 'Field Change Log',
|
logsField: 'Field Change Log',
|
||||||
|
logsFieldEmpty: 'The field is still unchanged',
|
||||||
codeTranslation: 'Translation Of ',
|
codeTranslation: 'Translation Of ',
|
||||||
container: {
|
container: {
|
||||||
help: 'Help',
|
help: 'Help',
|
||||||
|
@ -308,6 +308,7 @@ export default {
|
|||||||
preference: 'Preferencia',
|
preference: 'Preferencia',
|
||||||
codeTranslation: 'Traduccion de ',
|
codeTranslation: 'Traduccion de ',
|
||||||
logsField: 'Bitácora de Cambios',
|
logsField: 'Bitácora de Cambios',
|
||||||
|
logsFieldEmpty: 'El campo no tiene cambios aún',
|
||||||
container: {
|
container: {
|
||||||
help: 'Ayuda',
|
help: 'Ayuda',
|
||||||
description: 'Descripción'
|
description: 'Descripción'
|
||||||
|
@ -246,10 +246,7 @@ export default {
|
|||||||
return this.$store.getters.getWindow(this.windowUuid)
|
return this.$store.getters.getWindow(this.windowUuid)
|
||||||
},
|
},
|
||||||
isShowedTabsChildren() {
|
isShowedTabsChildren() {
|
||||||
if (this.windowMetadata && this.windowMetadata.isShowedTabsChildren && this.isEmptyValue(this.$route.query.typeAction)) {
|
return this.windowMetadata.isShowedTabsChildren
|
||||||
return this.windowMetadata.isShowedTabsChildren
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
},
|
},
|
||||||
isShowedRecordNavigation() {
|
isShowedRecordNavigation() {
|
||||||
if (this.windowMetadata && this.windowMetadata.isShowedRecordNavigation) {
|
if (this.windowMetadata && this.windowMetadata.isShowedRecordNavigation) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user