mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
service 增加权重 (#150)
* 服务增加权重 * 避免显示成 undefined --------- Co-authored-by: huYang <306061454@qq.com>
This commit is contained in:
committed by
GitHub
co-authored by
huYang
parent
5031b8469b
commit
63338eee67
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user