feat(approve): enhance search functionality and refine UI styling
- Update search bar padding to remove bottom spacing for better layout - Rename search input variable from `keyword` to `order_sn` for clarity - Add search input styling with custom font size (24rpx) and height (60rpx) - Implement `onSearch` method to trigger data fetch on search input change - Add order_sn parameter to API request when search value is provided - Correct status filter logic to use '1' instead of '1,2' for processed items - Enhance empty state display with custom icon size (140) and text size (24) - Improve search UX by enabling real-time filtering based on order number
Showing
with
17 additions
and
6 deletions
Please
register
or
sign in
to comment