From 18f4c75b83f647e8c86075faa824887dfac40bd4 Mon Sep 17 00:00:00 2001 From: yutou Date: Thu, 29 Oct 2020 09:56:01 +0800 Subject: [PATCH] =?UTF-8?q?music.html=E6=96=B0=E5=A2=9E=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=8F=8A=E9=9F=B3=E8=BD=A8=E5=8F=B7=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/html/body/nas/music.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {