订单列表

master
lzq 2026-01-23 18:57:28 +08:00
parent de082134f3
commit 86507582a1
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ onMounted(doSearch)
<slot :searchForm="searchForm" name="simpleSearchFormItem"/>
<button style="display: none" type="submit"></button>
</ElForm>
<ElTooltip content="刷新" placement="top">
<ElTooltip content="搜索" placement="top">
<ElDropdown split-button @click="doSearch" @command="(command: string)=>{
if(command === 'reset'){
doReset()