|
|
@ -21,10 +21,10 @@ |
|
|
<template #footer> |
|
|
<template #footer> |
|
|
<div class="dialog-footer-button"> |
|
|
<div class="dialog-footer-button"> |
|
|
<el-button round class="custom-large-button" @click="handleCancel"> |
|
|
<el-button round class="custom-large-button" @click="handleCancel"> |
|
|
取消 |
|
|
|
|
|
|
|
|
{{ $t('common.cancel') }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button round class="custom-large-button" type="primary" @click="handleConfirm"> |
|
|
<el-button round class="custom-large-button" type="primary" @click="handleConfirm"> |
|
|
确定 |
|
|
|
|
|
|
|
|
{{ $t('common.confirm') }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|