@@ -171,7 +171,7 @@ $('#dataGrid').dataGrid({
searchForm: $("#searchForm"),
columnModel: [
{header:'书籍编号', name:'id', index:'u.id', width:300, align:"center", frozen:true, formatter: function(val, obj, row, act){
- return '
'+(val||row.id)+'';
+ return '
'+(val||row.id)+'';
}},
{header:'分类', name:'subjectName', index:'u.courseName', width:100, align:"center"},
{header:'科目', name:'courseName', index:'u.courseName', width:100, align:"center"},
@@ -189,14 +189,14 @@ $('#dataGrid').dataGrid({
}},
{header:'操作', name:'actions', width:160, sortable:false, title:false, formatter: function(val, obj, row, act){
var actions = [];
- actions.push('
');
+ actions.push('
');
if (row.status == "normal"){
- actions.push('
');
+ actions.push('
');
}
if (row.status == "disabled"){
- actions.push('
');
+ actions.push('
');
}
- actions.push('
');
+ actions.push('
');
return actions.join('');
}}
],
diff --git a/tamguo-oms/src/main/resources/templates/modules/tiku/book/update.html b/tamguo-oms/src/main/resources/templates/modules/tiku/knowpoint/update.html
similarity index 87%
rename from tamguo-oms/src/main/resources/templates/modules/tiku/book/update.html
rename to tamguo-oms/src/main/resources/templates/modules/tiku/knowpoint/update.html
index 8c9cbf0..0c4250e 100644
--- a/tamguo-oms/src/main/resources/templates/modules/tiku/book/update.html
+++ b/tamguo-oms/src/main/resources/templates/modules/tiku/knowpoint/update.html
@@ -1,9 +1,8 @@
+
-
书籍管理 - JeeSite Demo
+
书籍管理 - Tamguo
@@ -26,8 +25,8 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>