调整报表和基础模块的页面宽度
This commit is contained in:
@@ -129,22 +129,22 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{ title: '名称',dataIndex: 'supplier',width:150},
|
||||
{ title: '联系人', dataIndex: 'contacts',width:70,align:"center"},
|
||||
{ title: '手机号码', dataIndex: 'telephone',width:100,align:"center"},
|
||||
{ title: '联系电话', dataIndex: 'phoneNum',width:100,align:"center"},
|
||||
{ title: '电子邮箱', dataIndex: 'email',width:150,align:"center"},
|
||||
{ title: '期初应收',dataIndex: 'beginNeedGet',width:80,align:"center"},
|
||||
{ title: '期末应收',dataIndex: 'allNeedGet',width:80,align:"center"},
|
||||
{ title: '税率(%)', dataIndex: 'taxRate',width:80,align:"center"},
|
||||
{ title: '排序', dataIndex: 'sort', width: 60},
|
||||
{ title: '名称',dataIndex: 'supplier',width:150,align:"left"},
|
||||
{ title: '联系人', dataIndex: 'contacts',width:70,align:"left"},
|
||||
{ title: '手机号码', dataIndex: 'telephone',width:100,align:"left"},
|
||||
{ title: '联系电话', dataIndex: 'phoneNum',width:100,align:"left"},
|
||||
{ title: '电子邮箱', dataIndex: 'email',width:150,align:"left"},
|
||||
{ title: '期初应收',dataIndex: 'beginNeedGet',width:80,align:"left"},
|
||||
{ title: '期末应收',dataIndex: 'allNeedGet',width:80,align:"left"},
|
||||
{ title: '税率(%)', dataIndex: 'taxRate',width:80,align:"left"},
|
||||
{ title: '排序', dataIndex: 'sort', width: 60,align:"left"},
|
||||
{ title: '状态',dataIndex: 'enabled',width:60, align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
width: 200,
|
||||
width: 100,
|
||||
align:"center",
|
||||
scopedSlots: { customRender: 'action' },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user