diff --git a/tamguo-modules-core/src/main/resources/mappers/tiku/BookMapper.xml b/tamguo-modules-core/src/main/resources/mappers/tiku/BookMapper.xml index 1715d49..b474233 100644 --- a/tamguo-modules-core/src/main/resources/mappers/tiku/BookMapper.xml +++ b/tamguo-modules-core/src/main/resources/mappers/tiku/BookMapper.xml @@ -4,7 +4,7 @@ - + diff --git a/tamguo-oms/src/main/resources/templates/modules/tiku/course/list.html b/tamguo-oms/src/main/resources/templates/modules/tiku/course/list.html index c2fc52b..f734699 100644 --- a/tamguo-oms/src/main/resources/templates/modules/tiku/course/list.html +++ b/tamguo-oms/src/main/resources/templates/modules/tiku/course/list.html @@ -33,7 +33,7 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>
- +
@@ -47,7 +47,7 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>
@@ -91,10 +91,10 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/> $('#dataGrid').dataGrid({ searchForm: $("#searchForm"), columnModel: [ - {header:'类型名称', name:'name', index:'a.post_name', width:200, align:"center", frozen:true, formatter: function(val, obj, row, act){ - return ''+(val||row.uid)+''; + {header:'科目名称', name:'name', index:'a.post_name', width:200, align:"center", frozen:true, formatter: function(val, obj, row, act){ + return ''+(val||row.id)+''; }}, - {header:'类型编码', name:'uid', index:'a.post_code', width:200, align:"center"}, + {header:'科目编码', name:'id', index:'a.post_code', width:200, align:"center"}, {header:'排序号', name:'sort', index:'a.post_sort', width:80, align:"center"}, {header:'更新时间', name:'updateDate', index:'a.update_date', width:150, align:"center"}, {header:'备注信息', name:'remarks', index:'a.remarks', width:200, align:"left"}, @@ -109,14 +109,14 @@ $('#dataGrid').dataGrid({ }}, {header:'操作', name:'actions', width:130, 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/course/update.html b/tamguo-oms/src/main/resources/templates/modules/tiku/course/update.html index 6d2800e..a2f40dd 100644 --- a/tamguo-oms/src/main/resources/templates/modules/tiku/course/update.html +++ b/tamguo-oms/src/main/resources/templates/modules/tiku/course/update.html @@ -44,7 +44,7 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>
- +
@@ -57,7 +57,7 @@ content="width=device-width, initial-scale=1, user-scalable=1" name="viewport"/>