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-18 09:54:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c33e2a7218a7ad5e3d822d4a075fc62f422b911
2c33e2a7
1 parent
11d86c50
feat(exportListQuery): 添加创建时间列
- 在导出列表查询页面的表格中新增了创建时间列 - 列的属性包括名称、值、宽度和对齐方式
Show 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 @
2c33e2a
...
...
@@ -294,6 +294,12 @@ export default {
width: "",
align: "left",
},
{
name: "创建时间",
value: "createTime",
width: "",
align: "left"
}
],
selected: [],
receiptDataHead: [
...
...
Please
register
or
login
to post a comment