Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
111a692343a81f57d725327b70ce202f522c7b78
Authored by
ww
2022-11-16 10:26:52 +0800
1 parent
c378175f
fix: DEFECT-851 ota update create time not complete display
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/operation/ota/config/config.ts
src/views/operation/ota/config/config.ts
View file @
111a692
...
...
@@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [
23
23
format(text) {
24
24
return dateUtil(text).format(DEFAULT_DATE_FORMAT);
25
25
},
26
-
width: 1
2
0,
26
+
width: 1
4
0,
27
27
},
28
28
{
29
29
title: '标题',
...
...