From 0d200af198f4bcb814ae50173239b17233860b43 Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Mon, 15 Apr 2024 09:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/train/detail.html | 38 +++++++++++++++++++ .../templates/system/train/train.html | 9 +++-- 2 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/train/detail.html diff --git a/ruoyi-admin/src/main/resources/templates/system/train/detail.html b/ruoyi-admin/src/main/resources/templates/system/train/detail.html new file mode 100644 index 0000000..c32885d --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/train/detail.html @@ -0,0 +1,38 @@ + + + + + + + + +
+
+
+ +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/system/train/train.html b/ruoyi-admin/src/main/resources/templates/system/train/train.html index a0ae9d7..c8ad62e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/train.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/train.html @@ -74,6 +74,7 @@ url: prefix + "/list", createUrl: prefix + "/add", updateUrl: prefix + "/edit/{id}", + detailUrl: prefix + "/detail/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", modalName: "涉密人员培训", @@ -81,7 +82,7 @@ checkbox: true }, { - field: 'ID', + field: 'id', title: 'ID', visible: false }, @@ -158,7 +159,7 @@ }, { field: 'updateStaffid', - title: '审核人员' + title: '审核人员'// }, { field: 'updateDate', @@ -167,7 +168,7 @@ }, { field: 'trainState', - title: '培训状态', + title: '培训状态',// formatter: function(value, row, index) { return $.table.selectDictLabel(trainStateDatas, value); } @@ -179,7 +180,7 @@ }, { field: 'TRAININFO', - title: '培训评价', + title: '培训评价',// visible: false }, {