From ee04dbd9dd9bf3aa58935ae0695b45ea0e0258f7 Mon Sep 17 00:00:00 2001
From: "1808837298@qq.com" <1808837298@qq.com>
Date: Mon, 14 Oct 2024 15:40:49 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A5=E5=BF=97=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
(cherry picked from commit ec79110c99e9b4c076c5f7b8285e535b9c5052db)
---
web/src/components/LogsTable.js | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js
index 80bb3fe..12cbc88 100644
--- a/web/src/components/LogsTable.js
+++ b/web/src/components/LogsTable.js
@@ -534,7 +534,7 @@ const LogsTable = () => {
}
}
expandDataLocal.push({
- key: '重试',
+ key: '渠道重试',
value: content,
})
}
@@ -556,9 +556,13 @@ const LogsTable = () => {
value: other.text_output,
});
}
+ expandDataLocal.push({
+ key: '倍率详情',
+ value: logs[i].content,
+ })
expandDatesLocal[logs[i].key] = expandDataLocal;
}
- console.log(expandDatesLocal);
+
setExpandData(expandDatesLocal);
setLogs(logs);
@@ -634,7 +638,7 @@ const LogsTable = () => {
}, []);
const expandRowRender = (record, index) => {
- return ;
+ return ;
};
return (