zhanbo.xu

fix: 优化和增加搜索条件

......@@ -25,11 +25,7 @@
</el-col>
<!-- 选择口岸 -->
<el-col :span="5">
<Formitem
label="选择口岸"
prop="dataSource"
:activeType="activePortType"
>
<Formitem label="口岸" prop="dataSource" :activeType="activePortType">
<el-select
type="text"
id="inputInner--dataSource"
......
......@@ -92,7 +92,7 @@
<!-- 选择口岸 -->
<el-col :span="5">
<Formitem
label="选择口岸"
label="口岸"
prop="dataSource"
:activeType="activePortType"
>
......