diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdPropertyNetinfoController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdPropertyNetinfoController.java index 686c5c3..739be5c 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdPropertyNetinfoController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdPropertyNetinfoController.java @@ -125,4 +125,14 @@ public class TdPropertyNetinfoController extends BaseController return toAjax(tdPropertyNetinfoService.deleteTdPropertyNetinfoByIds(ids)); } + /** + * 涉密网络登记详情 + */ + @RequiresPermissions("system:network:detail") + @GetMapping("/detail/{id}") + public String detail(@PathVariable("id") String id, ModelMap mmap) + { + mmap.put("tdPropertyNetinfo", tdPropertyNetinfoService.selectTdPropertyNetinfoById(id)); + return prefix + "/detail"; + } } diff --git a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/detail.html b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/detail.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/detail.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html index 0ad8b94..f0a483e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/netinfo.html @@ -11,17 +11,13 @@