Просмотр исходного кода

Merge branch 'master' of http://git.dgtis.com/hanchaolong/jd_logistics

yinxiangke 15 часов назад
Родитель
Сommit
60adc702eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      jd-logistics-ui-v3/src/views/logistics/monthSummary/costList.vue

+ 1 - 1
jd-logistics-ui-v3/src/views/logistics/monthSummary/costList.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
   <div class="app-container">
   <div class="app-container">
-    <el-form :model="queryParamsCost" ref="queryCostRef" :inline="true" v-show="showSearch" label-width="100px">
+    <el-form :model="queryParamsCost" ref="queryCostRef" :inline="true" label-width="100px">
       <el-form-item label="运单号" prop="externalWaybillNo">
       <el-form-item label="运单号" prop="externalWaybillNo">
         <el-input
         <el-input
             v-model="queryParamsCost.externalWaybillNo"
             v-model="queryParamsCost.externalWaybillNo"