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-03-03 15:44:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75fc25bbea76f1c0e7c00fe450a0a34077d48eda
75fc25bb
1 parent
46adc470
feat(exportListQuery): 添加是否已汇总申报列
- 在导出列表查询页面添加了"是否已汇总申报"列 - 新列位于"创建时间"列之前
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/exportListQuery/index.vue
src/views/exportListQuery/index.vue
View file @
75fc25b
...
...
@@ -295,6 +295,12 @@ export default {
align: "left",
},
{
name: "是否已汇总申报",
value: "isSummaryApplication",
width: "",
align: "left",
},
{
name: "创建时间",
value: "createTime",
width: "",
...
...
Please
register
or
login
to post a comment