mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 05:38:51 +00:00
service 增加权重 (#150)
* 服务增加权重 * 避免显示成 undefined --------- Co-authored-by: huYang <306061454@qq.com>
This commit is contained in:
@@ -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