优化空格编号无法排序问题
This commit is contained in:
parent
ab32a2b396
commit
4b2e87fa85
@ -1929,7 +1929,7 @@ function sortModelByNumber() {
|
||||
if (attr != null && attr.id) {
|
||||
|
||||
if(attr.id=="activity_number"){
|
||||
var number = attr.value;
|
||||
var number = attr.value.trim();
|
||||
var subNumer=number< 10 ? number.substr(1,1) : number;
|
||||
|
||||
if(typeof subNumer == 'string') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user