huangxw vor 1 Woche
Ursprung
Commit
38f79ada18
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/plant/storage/medicine/use-record/index.vue

+ 2 - 2
src/plant/storage/medicine/use-record/index.vue

@@ -4,7 +4,7 @@
             <ut-navbar title="使用记录" :fixed="false" border></ut-navbar>
             <view class="pd2-12-24">
                 <view class="pd-10"></view>
-                <ut-search ref="searchRef" v-model="form.packSn" @search="onRefresh" margin="0" :border="false" :placeholder="placeholder" bgColor="#fff" height="86rpx" borderRadius="10rpx"></ut-search>
+                <ut-search ref="searchRef" v-model="form.keyword" @search="onRefresh" margin="0" :border="false" :placeholder="placeholder" bgColor="#fff" height="86rpx" borderRadius="10rpx"></ut-search>
             </view>
         </template>
         <template>
@@ -56,7 +56,7 @@ const list = ref<any[]>([]);
 const placeholder = ref('搜包装批号');
 
 const form = ref({
-    packSn: '',
+    keyword: '',
     operationType: '2'
 });
 const tabs = reactive([