Compare commits

...

1 Commits

Author SHA1 Message Date
ZhaoJiSen
0de9220714 Revert "Fixed: Fix the issue of direct connection organizations not synchroni…"
This reverts commit 80e42d12f3.
2025-07-15 20:23:23 +08:00
2 changed files with 11 additions and 12 deletions

View File

@@ -20,18 +20,18 @@ export class TableColumnsGenerator {
this.vm = vm
}
// dynamicActionWidth() {
// console.log(i18n.locale)
// if (i18n.locale === 'zh-hans' || i18n.locale === 'zh-hant') {
// return '100px'
// }
dynamicActionWidth() {
console.log(i18n.locale)
if (i18n.locale === 'zh-hans' || i18n.locale === 'zh-hant') {
return '100px'
}
// if (i18n.locale === 'ja' || i18n.locale === 'ko') {
// return '120px'
// }
if (i18n.locale === 'ja' || i18n.locale === 'ko') {
return '120px'
}
// return '160px'
// }
return '160px'
}
generateColumns() {
const config = _.cloneDeep(this.config)
@@ -135,7 +135,7 @@ export class TableColumnsGenerator {
prop: 'actions',
label: i18n.t('Actions'),
align: 'center',
width: '120px',
width: this.dynamicActionWidth(),
formatter: ActionsFormatter,
fixed: 'right',
formatterArgs: {}

View File

@@ -60,7 +60,6 @@ export default {
asset=${assetId}
&account=${row.id}
&protocol=${protocol}
&org_id=${this.$store.getters.currentOrg.id}
`.replace(/\s+/g, '')
},
asset: null,