From 3c8bcae9fc3e88174cc87f2f87e013a77f8fd1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Thu, 2 Jan 2020 14:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/testpaper/Testpaperlibrary.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/testpaper/Testpaperlibrary.js b/public/react/src/modules/testpaper/Testpaperlibrary.js index 5dcc35f60..bc3bac047 100644 --- a/public/react/src/modules/testpaper/Testpaperlibrary.js +++ b/public/react/src/modules/testpaper/Testpaperlibrary.js @@ -272,7 +272,7 @@ class Testpaperlibrary extends Component { }) } - //公开试题 + //公开试卷 publicopentimu = (id) => { const url = `/examination_banks/${id}/set_public.json`; @@ -297,7 +297,7 @@ class Testpaperlibrary extends Component { }) } - //删除试题 + //删除试卷 deletetimu = (id) => { const url = `/examination_banks/${id}.json`; @@ -327,7 +327,7 @@ class Testpaperlibrary extends Component { showmodels = (id) => { this.setState({ modalsType: true, - titilesm: "设为公开后,所有成员均可使用试题", + titilesm: "设为公开后,所有成员均可使用试卷", titiless: "是否设置为公开?", titbool: true, timuid: id