023e3ffe by lihua

fix

1 parent 16ed3592
......@@ -117,7 +117,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
activities.value = [];
for (const d of data) {
activities.value.push({
timestamp: d.labelName + ' ' + d.updateTIme,
timestamp: d.labelName + ' ' + d.updateTime,
type: 'primary',
hollow: true,
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!