service 增加权重 (#150)

* 服务增加权重

* 避免显示成 undefined

---------

Co-authored-by: huYang <306061454@qq.com>
This commit is contained in:
胡说丷刂
2026-02-14 10:10:24 +08:00
committed by GitHub
parent 78c63bce33
commit ff231da753
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default function ServicePage() {
{
header: "ID",
accessorKey: "id",
accessorFn: (row) => row.id,
accessorFn: (row) => `${row.id}(${row.display_index ?? 0})`,
},
{
header: t("Name"),