+
@@ -20,6 +25,10 @@
${commonStr.createTime} |
+ 版本号 |
+ 审批编号 |
+ 变更内容 |
+ 状态 |
${commonStr.operation} |
@@ -27,11 +36,19 @@
<#list page.records as bak>
${bak.time} |
+ ${bak.version} |
+ ${bak.applyNumber} |
+ ${bak.changeContent} |
+
+ <#if bak.status == 0>审批中#if>
+ <#if bak.status == 1>已通过#if>
+ <#if bak.status == 2>未通过#if>
+ |
-
+
|
#list>
diff --git a/src/main/resources/templates/adminPage/conf/index.html b/src/main/resources/templates/adminPage/conf/index.html
index ea578ed19f9843b81834f0d45898a94c78b6f15c..0939555d6ca5a64bd348a7f8f58a318412f7c878 100644
--- a/src/main/resources/templates/adminPage/conf/index.html
+++ b/src/main/resources/templates/adminPage/conf/index.html
@@ -13,8 +13,8 @@
.title {
margin-top: 5px;
margin-bottom: 5px;
- height:30px;
- line-height:30px;
+ height: 30px;
+ line-height: 30px;
cursor: pointer;
}
@@ -22,20 +22,17 @@ table.diff {
width: 100%;
}
-
-.long{
- width: 150px!important;
+.long {
+ width: 150px !important;
}
-
-.layui-form-radio{
+.layui-form-radio {
width: 700px;
}
-input[type='radio']{
+input[type='radio'] {
width: 1000px;
}
-
@@ -78,20 +75,23 @@ input[type='radio']{
-
+
-
+
-
+
-
+
-
+
@@ -109,7 +109,7 @@ input[type='radio']{