023e3ffe by lihua

fix

1 parent 16ed3592
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!