fix 79929

This commit is contained in:
赵霄
2023-12-29 17:15:26 +08:00
parent d09b92ef6d
commit 2e7d8460d9
@@ -103,8 +103,7 @@
</div>
<div class="custom-drawer-style-bottom-btn">
<a-button type="primary" @click="handleOk" v-if="!disabled">{{ $t('preservation') }}</a-button>
<a-button type="primary" @click="handleCancel" v-else>{{ $t('determine') }}</a-button>
<a-button type="primary" @click="handleOk" v-if="!disabled">{{ $t('determine') }}</a-button>
<a-button @click="handleCancel">{{ $t('cancel') }}</a-button>
</div>