From aea5843b715360a14d4e2f379318c69af8272947 Mon Sep 17 00:00:00 2001 From: zypo Date: Thu, 5 Mar 2020 08:47:09 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=20-=20=20=E7=A6=81=E7=94=A8=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/monitor/Table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_web/src/pages/monitor/Table.js b/spug_web/src/pages/monitor/Table.js index e7099d9..33e0e62 100644 --- a/spug_web/src/pages/monitor/Table.js +++ b/spug_web/src/pages/monitor/Table.js @@ -101,7 +101,7 @@ class ComTable extends React.Component { handleActive = (text) => { Modal.confirm({ title: '操作确认', - content: `确定要${text['is_active'] ? '禁用' : '启用'}【${text['nickname']}】?`, + content: `确定要${text['is_active'] ? '禁用' : '启用'}【${text['name']}】?`, onOk: () => { return http.patch(`/api/monitor/`, {id: text.id, is_active: !text['is_active']}) .then(() => {