@@ -110,7 +110,7 @@ const DateChange = (date: any) => {
placeholder=""
:controls="false"
:min="0"
- style="width: 60px"
+ style="width: 60px; height: 34px"
></el-input-number>
</div>
@@ -340,7 +340,7 @@ const handleLinkClick = (row) => {
logLoading.value = true
$api
.getAIApiLogDialog({
- request_id: row.request_id
+ request_id: row['Request ID']
})
.then((res: any) => {
if (res.code === 200) {