fix: asset Label国际化调整,MIB 下拉框样式调整
This commit is contained in:
@@ -623,7 +623,7 @@ export default {
|
|||||||
const newLabel = showData.filter(item => { return !oldLabelTitle.find(t => { return item.label === t.label }) })
|
const newLabel = showData.filter(item => { return !oldLabelTitle.find(t => { return item.label === t.label }) })
|
||||||
const keepLabel = oldLabelTitle.filter(item => showData.find(t => item.label === t.label))
|
const keepLabel = oldLabelTitle.filter(item => showData.find(t => item.label === t.label))
|
||||||
|
|
||||||
let result = originalTitle.concat([{ label: 'Label', show: false, NotSet: true, type: 'title', prop: 'table-label' }])
|
let result = originalTitle.concat([{ label: this.$t('overall.labels'), show: false, NotSet: true, type: 'title', prop: 'table-label' }])
|
||||||
|
|
||||||
result = result.concat(keepLabel).concat(newLabel)
|
result = result.concat(keepLabel).concat(newLabel)
|
||||||
this.tools.customTableTitle = JSON.parse(JSON.stringify(result))
|
this.tools.customTableTitle = JSON.parse(JSON.stringify(result))
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</el-autocomplete>
|
</el-autocomplete>
|
||||||
<el-input id="mib-browser-oid" v-model="searchParam.oid" class="margin-r-20" placeholder="OID" size="small"></el-input>
|
<el-input id="mib-browser-oid" v-model="searchParam.oid" class="margin-r-20" placeholder="OID" size="small"></el-input>
|
||||||
<div class="margin-r-10" style="width: 50%">
|
<div class="margin-r-10" style="width: 50%">
|
||||||
<el-select id="mib-browser-host" v-model="searchParam.operation" size="small" popper-class="right-box-select-top">
|
<el-select id="mib-browser-host" v-model="searchParam.operation" size="small" popper-class="right-box-select-top right-public-box-dropdown-top">
|
||||||
<el-option v-for="item in operationData" :key="item" :value="item"></el-option>
|
<el-option v-for="item in operationData" :key="item" :value="item"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user