diff --git a/web/html/body/nas/music.html b/web/html/body/nas/music.html index a0aafec..3b4d93c 100644 --- a/web/html/body/nas/music.html +++ b/web/html/body/nas/music.html @@ -80,11 +80,11 @@ , url: localhost + '/nas/music/list.do?token=PlVodzYhvxRQbOHKakpKs2dvnoc43Cnk' //数据接口 , page: true //开启分页 , cols: [[ - {field: 'title', title: '标题', width: 400, templet: "#listTemplet"} + {field: 'title', title: '标题', width: 400,sort:true, templet: "#listTemplet"} , {field: 'artist', title: '艺术家', width: 200} , {field: 'album', title: '专辑', width: 200} , {field: 'composer', title: '作曲', width: 200} - , {field: 'track', title: '音轨号', width: 100} + , {field: 'track', title: '音轨号', width: 100,sort:true} , {field: "right", width: 150, toolbar: '#music'} ]] , done: function (res, curr, count) {