fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -117,7 +117,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { | ... | @@ -117,7 +117,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { |
| 117 | activities.value = []; | 117 | activities.value = []; |
| 118 | for (const d of data) { | 118 | for (const d of data) { |
| 119 | activities.value.push({ | 119 | activities.value.push({ |
| 120 | timestamp: d.labelName + ' ' + d.updateTIme, | 120 | timestamp: d.labelName + ' ' + d.updateTime, |
| 121 | type: 'primary', | 121 | type: 'primary', |
| 122 | hollow: true, | 122 | hollow: true, |
| 123 | info: d | 123 | info: d | ... | ... |
-
Please register or sign in to post a comment