Commit 111a692343a81f57d725327b70ce202f522c7b78
1 parent
c378175f
fix: DEFECT-851 ota update create time not complete display
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | @@ -23,7 +23,7 @@ export const columns: BasicColumn[] = [ | ||
| 23 | format(text) { | 23 | format(text) { |
| 24 | return dateUtil(text).format(DEFAULT_DATE_FORMAT); | 24 | return dateUtil(text).format(DEFAULT_DATE_FORMAT); |
| 25 | }, | 25 | }, |
| 26 | - width: 120, | 26 | + width: 140, |
| 27 | }, | 27 | }, |
| 28 | { | 28 | { |
| 29 | title: '标题', | 29 | title: '标题', |