fix: DataViewer去掉title避免白色背景,修正page_rows参数名

This commit is contained in:
yumoqing 2026-06-13 19:00:40 +08:00
parent 335a06d5ea
commit 79a99f2dba

View File

@ -91,8 +91,7 @@
"id": "failed_table", "id": "failed_table",
"options": { "options": {
"url": "{{entire_url('/llmage/api/failed_accounting_list.dspy')}}", "url": "{{entire_url('/llmage/api/failed_accounting_list.dspy')}}",
"title": "失败记录列表", "page_rows": 20,
"pageSize": 20,
"fields": [ "fields": [
{"name": "id", "title": "ID", "hidden": true}, {"name": "id", "title": "ID", "hidden": true},
{"name": "llmusageid", "title": "使用记录ID", "width": "120px"}, {"name": "llmusageid", "title": "使用记录ID", "width": "120px"},