@@ -92,7 +92,7 @@
title: '序号',
width: 80,
align:"center",
- dataIndex: 'code',
+ dataIndex: 'index',
customRender:function (t, r, index) {
return parseInt(index)+1;
}