zhanbo.xu

fix: 优化和增加搜索条件

...@@ -25,11 +25,7 @@ ...@@ -25,11 +25,7 @@
25 </el-col> 25 </el-col>
26 <!-- 选择口岸 --> 26 <!-- 选择口岸 -->
27 <el-col :span="5"> 27 <el-col :span="5">
28 - <Formitem 28 + <Formitem label="口岸" prop="dataSource" :activeType="activePortType">
29 - label="选择口岸"
30 - prop="dataSource"
31 - :activeType="activePortType"
32 - >
33 <el-select 29 <el-select
34 type="text" 30 type="text"
35 id="inputInner--dataSource" 31 id="inputInner--dataSource"
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
92 <!-- 选择口岸 --> 92 <!-- 选择口岸 -->
93 <el-col :span="5"> 93 <el-col :span="5">
94 <Formitem 94 <Formitem
95 - label="选择口岸" 95 + label="口岸"
96 prop="dataSource" 96 prop="dataSource"
97 :activeType="activePortType" 97 :activeType="activePortType"
98 > 98 >
......