perf: 查询面板按钮文案优化

This commit is contained in:
fit2cloud-chenyw 2025-01-06 14:00:10 +08:00 committed by fit2cloud-chenyw
parent 0001ef8ccd
commit 965e075a58

View File

@ -157,7 +157,7 @@ defineExpose({
<template #footer>
<el-button secondary @click="reset">{{ t('commons.reset') }}</el-button>
<el-button @click="trigger" type="primary">{{ t('common.sure') }}</el-button>
<el-button @click="trigger" type="primary">{{ t('commons.adv_search.search') }}</el-button>
</template>
</el-drawer>
</template>