shish 2 سال پیش
والد
کامیت
b9f2b5a594
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      ghsApp/src/admin/home/order.vue

+ 5 - 5
ghsApp/src/admin/home/order.vue

@@ -2,12 +2,12 @@
   <view class="app-main app-content">
   <view class="app-main app-content">
     <view class="input-wrap_box">
     <view class="input-wrap_box">
 
 
-      <view @click="setSearchType" style="font-size:30upx;margin-right:10upx;color:#666666">
-      <text>{{searchTypeName}}</text>
-      <i class="iconfont iconsanjiao_xia"></i>
+      <view @click="changeType" style="font-size:30upx;margin-right:10upx;color:#666666">
+        <text>{{searchTypeName}}</text>
+        <i class="iconfont iconsanjiao_xia"></i>
       </view>
       </view>
 
 
-      <view> <AppSearchModule placeholder="输入拼音首字母搜索" @input="searchFn"/> </view>
+      <view> <AppSearchModule placeholder="这里搜索" @input="searchFn"/> </view>
 
 
       <view class="select-dn_bx">
       <view class="select-dn_bx">
         <DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />
         <DateSelect class="bar" top="0" @selectDateFn="selectDateFn" defaultShowName='时间' />
@@ -296,7 +296,7 @@ export default {
         }
         }
       })
       })
     },
     },
-    setSearchType(){
+    changeType(){
       let that = this
       let that = this
       uni.showActionSheet({
       uni.showActionSheet({
         itemList: ['搜索类型:', '客户', '编号'],
         itemList: ['搜索类型:', '客户', '编号'],