From 4c9975202b2f8de94f9f25f94d9bac21a479503c Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 6 Jul 2021 00:24:23 +0800 Subject: [PATCH] fix issues --- spug_web/src/pages/monitor/Table.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spug_web/src/pages/monitor/Table.js b/spug_web/src/pages/monitor/Table.js index 453c3b0..daddc8c 100644 --- a/spug_web/src/pages/monitor/Table.js +++ b/spug_web/src/pages/monitor/Table.js @@ -101,9 +101,9 @@ class ComTable extends React.Component { `${value}分钟`}/> { if (info.is_active) { - return 已启用 + return 已激活 } else { - return 已禁用 + return 未激活 } }}/>