From 42e52ee7119e015f94ff393ae29eb7533772222e Mon Sep 17 00:00:00 2001
From: wans <747101512@qq.com>
Date: Wed, 12 May 2021 14:18:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=80=83=E8=AF=95=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 22 +++++++++++++++++--
.../route/classplan/list-report-exam.html | 6 ++---
2 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5bd2c5b..f5ce0f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,11 +103,29 @@
provided
-
+
+
+
+ module-staff
+ cn.com.tenlion
+ 1.0-SNAPSHOT
+
diff --git a/src/main/resources/static/route/classplan/list-report-exam.html b/src/main/resources/static/route/classplan/list-report-exam.html
index 3ad04dc..e8b3e99 100644
--- a/src/main/resources/static/route/classplan/list-report-exam.html
+++ b/src/main/resources/static/route/classplan/list-report-exam.html
@@ -138,7 +138,7 @@
}
},
- {field: 'planNumber', width: 180, title: '培训计划编号', align:'center',
+ {field: 'planNumber', width: 200, title: '培训计划编号', align:'center',
templet: function(row) {
var rowData = row[this.field];
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
@@ -159,10 +159,10 @@
if(rowData == '1'){
return '初训';
}
- if(rowData == '1'){
+ if(rowData == '2'){
return '复训';
}
- if(rowData == '1'){
+ if(rowData == '3'){
return '换证';
}
return '-';