From c5f4989417cb6a7a2f3f9b10bba020411c8d33b1 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Tue, 27 Oct 2020 17:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=A9=E9=98=B5=E8=AF=A6=E6=83=85=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/project/prepare.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/routes/project/prepare.js b/routes/project/prepare.js index 51af64c..a72579c 100644 --- a/routes/project/prepare.js +++ b/routes/project/prepare.js @@ -181,4 +181,10 @@ router.get('/matrix/:id', function (req, res, next) { res.json(data) }) +route.addContextMenu(router,'matrix/:id/severity','风险严重程度') + +route.addContextMenu(router,'matrix/:id/possibility','风险严重程度') + +route.addContextMenu(router,'matrix/:id/level','风险严重程度') + module.exports=router \ No newline at end of file