mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-07 17:10:07 +08:00
parent
0f9b0d5d82
commit
17020ffe9f
@ -105,6 +105,8 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column :min-width="80" :label="$t('setting.backupAccount')" prop="defaultDownload">
|
<el-table-column :min-width="80" :label="$t('setting.backupAccount')" prop="defaultDownload">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
|
<span v-if="!hasBackup(row.type)">-</span>
|
||||||
|
<div v-else>
|
||||||
<div v-for="(item, index) of row.backupAccounts?.split(',')" :key="index">
|
<div v-for="(item, index) of row.backupAccounts?.split(',')" :key="index">
|
||||||
<div v-if="row.accountExpand || (!row.accountExpand && index < 3)">
|
<div v-if="row.accountExpand || (!row.accountExpand && index < 3)">
|
||||||
<span v-if="row.backupAccounts">
|
<span v-if="row.backupAccounts">
|
||||||
@ -132,6 +134,7 @@
|
|||||||
{{ $t('commons.button.collapse') }}
|
{{ $t('commons.button.collapse') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<fu-table-operations
|
<fu-table-operations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user