Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-05-22 14:30:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c2bb6bcfc73b804fc4211599c6b20024eba03ce9
c2bb6bcf
1 parent
b55c9996
fix: 优化和增加搜索条件
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
src/views/arrival-declare/index.vue
src/views/reportingData/index.vue
src/views/arrival-declare/index.vue
View file @
c2bb6bc
...
...
@@ -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"
...
...
src/views/reportingData/index.vue
View file @
c2bb6bc
...
...
@@ -92,7 +92,7 @@
<!-- 选择口岸 -->
<el-col :span="5">
<Formitem
label="
选择
口岸"
label="口岸"
prop="dataSource"
:activeType="activePortType"
>
...
...
Please
register
or
login
to post a comment