小改动,修改搜索

pull/1/head
you 5 years ago
parent 8cb5a35999
commit d35a68aa56

@ -93,7 +93,7 @@
<!-- 状态模板 --> <!-- 状态模板 -->
<script type="text/html" id="statusTpl"> <script type="text/html" id="statusTpl">
{{# if(d.status == 1){ }} {{# if(d.status == 1){ }}
可借 <span style="color:#5FB878;">可借</span>
{{# } else { }} {{# } else { }}
借出 借出
{{# } }} {{# } }}
@ -123,7 +123,7 @@
,templet: function(d){ ,templet: function(d){
return libraryJson[d.library_id]; return libraryJson[d.library_id];
}} }}
,{field: 'sort_id', title: '分类', width: 80, sort: true ,{field: 'sort_id', title: '分类', width: 80, sort: true, edit:true
,templet: function(d){ ,templet: function(d){
return bookSortJson[d.sort_id]; return bookSortJson[d.sort_id];
}} }}

Binary file not shown.
Loading…
Cancel
Save