Browse Source

fix: 修改上传恢复提示信息 (#6647)

pull/6656/head
ssongliu 2 months ago committed by GitHub
parent
commit
31cdc28143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      frontend/src/components/upload/index.vue

4
frontend/src/components/upload/index.vue

@ -211,8 +211,8 @@ const onRecover = async (row: File.File) => {
currentRow.value = row;
if (type.value !== 'app' && type.value !== 'website') {
ElMessageBox.confirm(
i18n.global.t('commons.msg.backupHelper', [name.value + '( ' + detailName.value + ' )']),
i18n.global.t('commons.button.backup'),
i18n.global.t('commons.msg.recoverHelper', [row.name]),
i18n.global.t('commons.button.recover'),
{
confirmButtonText: i18n.global.t('commons.button.confirm'),
cancelButtonText: i18n.global.t('commons.button.cancel'),

Loading…
Cancel
Save