From 87baca7f265495bc7fcaa054d3d31da8a8614596 Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 27 Mar 2021 09:34:22 +0800 Subject: [PATCH] fix issues --- spug_web/src/pages/host/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/host/Table.js b/spug_web/src/pages/host/Table.js index 6aa69c5..df1180c 100644 --- a/spug_web/src/pages/host/Table.js +++ b/spug_web/src/pages/host/Table.js @@ -69,7 +69,7 @@ class ComTable extends React.Component { sorter={(a, b) => a.name.localeCompare(b.name)}/> a.name.localeCompare(b.name)}/> - + {hasPermission('host.host.edit|host.host.del|host.host.console') && ( (