Browse Source

流量包去除搜索

wanghairong 5 months ago
parent
commit
24ae5689f4
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/lotCard/cardList/list.vue
  2. 2 2
      src/views/supplier/trafficList/index.vue

+ 1 - 1
src/views/lotCard/cardList/list.vue

@@ -9,7 +9,7 @@
                 <div class="list_item_right">
                     <p>
                         <span class="list_item_right_span">{{ $t('lotCard.orderID') }}:{{ item.id }}</span>
-                        <span>{{ $t('lotCard.orderType') }}:{{ item.orderType }}</span>
+                        <!-- <span>{{ $t('lotCard.orderType') }}:{{ item.orderType }}</span> -->
                         <!-- <span>更新时间:{{ item.updated_at }}</span> -->
                     </p>
                     <template v-if="item.trafficList">

+ 2 - 2
src/views/supplier/trafficList/index.vue

@@ -5,7 +5,7 @@
       <span>{{ route.meta.title }} </span>
     </div>
     <!-- 搜索条件区 -->
-    <div class="search-section">
+    <!-- <div class="search-section">
       <a-form :model="searchForm" ref="formRef" layout="inline">
         <a-form-item field="status" :label="$t('dataPackage.price')">
           <a-input v-model="searchForm.price" :placeholder="$t('form.PleaseEnterThe') + $t('dataPackage.price')"
@@ -22,7 +22,7 @@
           </a-space>
         </a-form-item>
       </a-form>
-    </div>
+    </div> -->
     <div class="audit-btn">
       <a-button @click="showNewDataPackageForm" type="text">
         <template #icon>