1
0
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:
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-item>
</el-timeline> </el-timeline>
</el-scrollbar> </el-scrollbar>
<p v-else>
{{ $t('field.logsFieldEmpty') }}
</p>
</div> </div>
</el-card> </el-card>
</template> </template>

View File

@ -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',

View File

@ -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'

View File

@ -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) {