优化空格编号无法排序问题

This commit is contained in:
zhal 2022-10-07 22:12:10 +08:00
parent ab32a2b396
commit 4b2e87fa85

View File

@ -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') {