From 29cfba4aa2e41fb15cacb500c3e2d9ae7c652d08 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 21 十一月 2023 08:57:20 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/priOnline2/priOnline.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/priOnline2/priOnline.js b/src/main/webapp/static/js/priOnline2/priOnline.js index e460e2e..c60c45e 100644 --- a/src/main/webapp/static/js/priOnline2/priOnline.js +++ b/src/main/webapp/static/js/priOnline2/priOnline.js @@ -85,7 +85,7 @@ cellMinWidth: 150, cols: [[ {type: 'checkbox', fixed: 'left'} - , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true} + , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true, sort:true} , { field: 'templateName', align: 'center', @@ -93,10 +93,10 @@ style: 'color: #1890ff;cursor:pointer', event: 'moreCstmr', width: 350, - hide: false + hide: false, sort:true } , {field: 'cstmrId$', align: 'center', title: '瀹㈡埛id', hide: true} - , {field: 'orderNum', align: 'center', title: '鏍镐环鍗曞彿', hide: false} + , {field: 'orderNum', align: 'center', title: '鏍镐环鍗曞彿', hide: false, sort:true} , { field: 'planId$', align: 'center', @@ -105,7 +105,7 @@ event: 'morePlan', hide: false } - , {field: 'itemId', align: 'center', title: '瑙勫垝鍗曞彿', hide: true} + , {field: 'itemId', align: 'center', title: '瑙勫垝鍗旾D', hide: true, sort:true} , {field: 'statusAll$', align: 'center',title: '鐘舵��'} // ,{field: 'memberId$', align: 'center',title: ''} , { -- Gitblit v1.9.1