update ui_en

This commit is contained in:
ivan deng
2018-05-07 01:23:58 +08:00
parent c65bc2a09d
commit 4a6e885b11
6 changed files with 15 additions and 27 deletions

View File

@@ -23,6 +23,12 @@ ListView.include({
this.ts_fields = [];
},
willStart: function() {
//代码自定义默认每页记录数
// the view's number of records per page (|| section)
this._limit = 200;
return this._super();
},
on_button_click: function (event) {
var self = this;
var $target = $(event.target),