From ad110a40e8218dda786269dc214e02a11945ac93 Mon Sep 17 00:00:00 2001 From: CorrectRoadH Date: Wed, 13 Dec 2023 13:17:00 +0800 Subject: [PATCH] feat(dash): polish the ui --- dashboard/src/pages/business/workplace/business-item.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard/src/pages/business/workplace/business-item.tsx b/dashboard/src/pages/business/workplace/business-item.tsx index bc967db..646720d 100644 --- a/dashboard/src/pages/business/workplace/business-item.tsx +++ b/dashboard/src/pages/business/workplace/business-item.tsx @@ -22,7 +22,11 @@ const BusinessItem = ({business}:BusinessItemProps) => { loading={false} text={{ rows: 2, width: 60 }} animation > {business.title} - {business.id} +
+ Business ID + {business.id} +
+
{business.type}