Browse Source

fix: 解决网站日志清理日志按钮无法点击的问题 (#3562)

pull/3564/head
zhengkunwang 11 months ago committed by GitHub
parent
commit
714de55727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/views/website/website/config/log/log-fiile/index.vue

2
frontend/src/views/website/website/config/log/log-fiile/index.vue

@ -7,7 +7,7 @@
</div>
<LogFile :config="{ id: id, type: 'website', name: logType }" :style="style">
<template #button>
<el-button @click="cleanLog" icon="Delete" :disabled="data.content === ''">
<el-button @click="cleanLog" icon="Delete">
{{ $t('commons.button.clean') }}
</el-button>
</template>

Loading…
Cancel
Save