From 074111a1ceb6102f6c10c450c829795101e1e52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Sun, 5 Jan 2020 17:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/App.js | 10 +- .../question/component/Itembankstop.js | 6 +- .../comthetestpaper/Comthetestpaperst.js | 2 +- .../modules/testpaper/Paperlibraryeditid.js | 247 ++++++++++++++++++ .../src/modules/testpaper/Testpaperlibrary.js | 8 + .../testpaper/component/Contentpart.js | 1 + .../modules/testpaper/component/Listjihe.js | 2 +- 7 files changed, 270 insertions(+), 6 deletions(-) create mode 100644 public/react/src/modules/testpaper/Paperlibraryeditid.js diff --git a/public/react/src/App.js b/public/react/src/App.js index f41dbba4f..ee986824a 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -318,6 +318,11 @@ const Testpaperlibrary= Loadable({ loader: () => import('./modules/testpaper/Testpaperlibrary'), loading: Loading }) +//试卷编辑 +const Paperlibraryeditid= Loadable({ + loader: () => import('./modules/testpaper/Paperlibraryeditid'), + loading: Loading +}) //试卷查看 const Paperlibraryseeid= Loadable({ loader: () => import('./modules/testpaper/Paperlibraryseeid'), @@ -760,7 +765,10 @@ class App extends Component { (props) => () } /> - + () + }/> -