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
},
{