BUG修改

This commit is contained in:
a0049873 2022-11-04 10:30:50 +08:00
parent 4c77bb2405
commit a0aa8a8ffc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</el-tree>
<template slot="footer">
<el-button type="default" @click="cancelHandle()" size="mini">{{ $t('cancel') }}</el-button>
<el-button type="info" @click="clearHandle()" size="mini">{{ $t('clear') }}</el-button>
<!-- <el-button type="info" @click="clearHandle()" size="mini">{{ $t('clear') }}</el-button> -->
<el-button type="primary" @click="commitHandle()" size="mini">{{ $t('confirm') }}</el-button>
</template>
</el-dialog>