From b174247328f5560e64e11e3128da1a6572ad1fb8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 25 Jun 2026 14:21:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=B0=E8=B4=A6=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=98=BE=E7=A4=BA=E6=A8=A1=E5=9E=8B/?= =?UTF-8?q?=E7=94=A8=E6=88=B7/=E6=9C=BA=E6=9E=84=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E8=80=8C=E9=9D=9EID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除llmid/userid/userorgid字段的uitype:'str',让alters中的textField配置生效, 使表格显示llm.model、users.username、organization.orgname而非原始ID --- wwwroot/failed_accounting.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/failed_accounting.ui b/wwwroot/failed_accounting.ui index 9ea53a4..e306441 100644 --- a/wwwroot/failed_accounting.ui +++ b/wwwroot/failed_accounting.ui @@ -84,9 +84,9 @@ }, "fields": [ {"name": "llmusageid", "title": "使用记录ID", "type": "str", "length": 32, "cwidth": 12, "uitype": "str", "label": "使用记录ID"}, - {"name": "llmid", "title": "模型", "type": "str", "length": 32, "cwidth": 12, "uitype": "str", "label": "模型"}, - {"name": "userid", "title": "用户", "type": "str", "length": 32, "cwidth": 10, "uitype": "str", "label": "用户"}, - {"name": "userorgid", "title": "机构", "type": "str", "length": 32, "cwidth": 10, "uitype": "str", "label": "机构"}, + {"name": "llmid", "title": "模型", "type": "str", "length": 32, "cwidth": 12, "label": "模型"}, + {"name": "userid", "title": "用户", "type": "str", "length": 32, "cwidth": 10, "label": "用户"}, + {"name": "userorgid", "title": "机构", "type": "str", "length": 32, "cwidth": 10, "label": "机构"}, {"name": "use_time", "title": "使用时间", "type": "timestamp", "cwidth": 14, "uitype": "str", "label": "使用时间"}, {"name": "amount", "title": "金额", "type": "double", "length": 18, "dec": 5, "cwidth": 8, "uitype": "float", "label": "金额"}, {"name": "failed_reason", "title": "失败原因", "type": "text", "cwidth": 20, "uitype": "text", "label": "失败原因"},