1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

Focus the Field (#723)

* Fixes: #721

* minimal changes

* minimal changes

* changing variables
This commit is contained in:
Elsio Sanchez 2021-04-08 13:48:23 -04:00 committed by GitHub
parent af8e927b5f
commit 54dce3ff69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 13 deletions

View File

@ -50,16 +50,13 @@
label-position="top"
label-width="10px"
style="float: right; display: flex; line-height: 10px;"
:disabled="isDisabled"
>
<el-row>
<el-col v-for="(field, index) in fieldsList" :key="index" :span="8">
<field-definition
:key="field.columnName"
:metadata-field="{
...field,
isReadOnly: isDisabled
}"
:metadata-field="field"
/>
</el-col>
</el-row>

View File

@ -56,7 +56,6 @@
<el-main style="padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px;">
<el-table
ref="linesTable"
v-loading="updateOrderProcessPos"
v-shortkey="shortsKey"
:data="allOrderLines"
border

View File

@ -76,9 +76,6 @@ export default {
}
}
},
mounted() {
this.insertToBody()
},
beforeDestroy() {
const elx = this.$refs.rightMenu
elx.remove()

View File

@ -53,9 +53,6 @@ export default {
}
}
},
mounted() {
this.insertToBody()
},
beforeDestroy() {
const elx = this.$refs.rightPanel
elx.remove()

View File

@ -103,7 +103,6 @@ export default {
releaseNotes: {
body: ''
},
releases: 'https://github.com/adempiere/adempiere-vue/releases',
releasesLabel: this.$t('documentation.releases'),
readmeRepositoryGithub: {},
readmeDocument: {}