调整报表和基础模块的页面宽度
This commit is contained in:
@@ -125,12 +125,12 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{ title: '名称', dataIndex: 'name', width: 100},
|
||||
{ title: '编号', dataIndex: 'serialNo', width: 150, align: "center"},
|
||||
{ title: '期初金额', dataIndex: 'initialAmount', width: 100, align: "center"},
|
||||
{ title: '当前余额', dataIndex: 'currentAmount', width: 100, align: "center"},
|
||||
{ title: '备注', dataIndex: 'remark', width: 100},
|
||||
{ title: '排序', dataIndex: 'sort', width: 60},
|
||||
{ title: '名称', dataIndex: 'name', width: 100, align: "left"},
|
||||
{ title: '编号', dataIndex: 'serialNo', width: 150, align: "left"},
|
||||
{ title: '期初金额', dataIndex: 'initialAmount', width: 100, align: "left"},
|
||||
{ title: '当前余额', dataIndex: 'currentAmount', width: 100, align: "left"},
|
||||
{ title: '备注', dataIndex: 'remark', width: 100, align: "left"},
|
||||
{ title: '排序', dataIndex: 'sort', width: 60, align: "left"},
|
||||
{ title: '状态',dataIndex: 'enabled',width:60,align:"center",
|
||||
scopedSlots: { customRender: 'customRenderEnabledFlag' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user