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

View File

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