mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-14 06:57:09 +08:00
refactor: 优化搜索输入框 input => input-search
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<slot name="suffix">
|
||||
<a-button type="primary" @click="emit('search')">
|
||||
<template #icon><icon-search /></template>
|
||||
<template #default>{{ options.btns?.searchBtnText || '查询' }}</template>
|
||||
<template #default>{{ options.btns?.searchBtnText || '搜索' }}</template>
|
||||
</a-button>
|
||||
<a-button @click="emit('reset')">
|
||||
<template #icon><icon-refresh /></template>
|
||||
|
||||
Reference in New Issue
Block a user