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
jiaxing.zhou
2025-02-20 15:59:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8da39c7da81dfe39cb9b9fae6529234ead0fc3c4
8da39c7d
1 parent
efa0463d
refactor(views): 调整汇总明细页面布局
- 注释掉业务状态筛选条件 - 调整报关单位名称输入框的列宽
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
src/views/summaryDetail/index.vue
src/views/summaryDetail/index.vue
View file @
8da39c7
...
...
@@ -62,19 +62,19 @@
</el-select>
</Formitem>
</el-col>
<el-col :span="3"
>
<Formitem label="业务状态" prop=""
>
<el-select
type="text"
id="inputInner--appType"
v-model="formData.businessStatus"
clearable
placeholder=""
>
<!-- <el-col :span="3">--
>
<!-- <Formitem label="业务状态" prop="">--
>
<!-- <el-select-->
<!-- type="text"-->
<!-- id="inputInner--appType"-->
<!-- v-model="formData.businessStatus"-->
<!-- clearable-->
<!-- placeholder=""-->
<!-- >--
>
</el-select
>
</Formitem
>
</el-col
>
<!-- </el-select>--
>
<!-- </Formitem>--
>
<!-- </el-col>--
>
<!-- 汇总申请编号 -->
<el-col :span="3">
<Formitem label="汇总申请编号" prop="sumNo">
...
...
@@ -104,7 +104,7 @@
</Formitem>
</el-col>
<!-- 报关单位名称 -->
<el-col :span="
6
">
<el-col :span="
9
">
<Formitem label="报关单位名称" prop="declAgentName">
<el-input
type="text"
...
...
Please
register
or
login
to post a comment