@@ -142,15 +142,21 @@
description: '搬运装卸费用-搬运工对账单-主表管理页面',
// 表头
columns: [
+ // {
+ // title: '序号',
+ // dataIndex: '',
+ // key: 'rowIndex',
+ // width: 40,
+ // align: "center",
+ // customRender:function (t, r, index) {
+ // return parseInt(index)+1;
+ // }
+ // },
{
title: '序号',
- dataIndex: '',
- key: 'rowIndex',
width: 40,
- align: "center",
- customRender:function (t, r, index) {
- return parseInt(index)+1;
- }
+ align:"center",
+ dataIndex: 'code'
},
title: '名称',
@@ -158,11 +164,7 @@
width: 100,
dataIndex: 'name'
- // {
- // title: '编号',
- // align:"center",
- // dataIndex: 'code'
- // },
+
title: '状态',
align:"center",