Commit 041d90f0 by liangjianmin

Update search placeholder in approve index page from dynamic text to static '订单号' for clarity.

parent e85ab1e3
Showing with 1 additions and 1 deletions
<template> <template>
<view class="approve-page"> <view class="approve-page">
<view class="search-bar"> <view class="search-bar">
<u-search v-model="keyword" :placeholder="currentTab === 0 ? '客户名称' : '申请内容'" shape="round" :showAction="false" bgColor="#f5f7fa"></u-search> <u-search v-model="keyword" placeholder="订单号" shape="round" :showAction="false" bgColor="#f5f7fa"></u-search>
</view> </view>
<view class="tabs-wrap"> <view class="tabs-wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment