From 7d0c47b5b751a53e8da57f69a9108d133b3e8650 Mon Sep 17 00:00:00 2001
From: wzp <516075396@qq.com>
Date: 星期三, 24 三月 2021 09:01:37 +0800
Subject: [PATCH] 新建开发分支
---
src/main/resources/templates/exam/librarycode/librarycode.html | 25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/src/main/resources/templates/exam/librarycode/librarycode.html b/src/main/resources/templates/exam/librarycode/librarycode.html
index a3ede9a..075b985 100644
--- a/src/main/resources/templates/exam/librarycode/librarycode.html
+++ b/src/main/resources/templates/exam/librarycode/librarycode.html
@@ -49,7 +49,7 @@
<a class="btn btn-info" onclick="importExcel()" shiro:hasPermission="exam:librarycode:import">
<i class="fa fa-upload"></i> [[#{basis.import}]]
</a>
- <a class="btn btn-default" onclick="$.table.exportExcel()" shiro:hasPermission="exam:librarycode:export">
+ <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="exam:librarycode:export">
<i class="fa fa-download"></i> [[#{basis.export}]]
</a>
</div>
@@ -93,7 +93,7 @@
},
{
field: 'englistContent',
- title: [[#{jsp.exam.librarycode.englishdictionarycontent}]]
+ title: [[#{jsp.exam.template.reportdict}]]
},
{
field: 'chineseContent',
@@ -114,17 +114,16 @@
field: 'remark',
title: [[#{basis.remark}]]
},
- // {
- // title: [[#{basis.operate}]],
- // align: 'center',
- // formatter: function (value, row, index) {
- // var actions = [];
- // actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.editTab(\'' + row.id + '\')"><i class="fa fa-edit"></i>[[#{menu.exam.distributor.edit}]]</a> ');
- // actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>[[#{menu.exam.distributor.remove}]]</a>');
- // return actions.join('');
- // }
- // }
- ]
+ {
+ title: [[#{basis.operate}]],
+ align: 'center',
+ formatter: function (value, row, index) {
+ var actions = [];
+ actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.editTab(\'' + row.id + '\')"><i class="fa fa-edit"></i>[[#{menu.exam.distributor.edit}]]</a> ');
+ actions.push('<a class="btn btn-danger btn-xs ' + removeFlag + '" href="javascript:void(0)" onclick="$.operate.remove(\'' + row.id + '\')"><i class="fa fa-remove"></i>[[#{menu.exam.distributor.remove}]]</a>');
+ return actions.join('');
+ }
+ }]
};
$.table.init(options);
--
Gitblit v1.9.1