调整报表和基础模块的页面宽度
This commit is contained in:
@@ -128,20 +128,20 @@
|
||||
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: 'advanceIn',width:70,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: 'advanceIn',width:70,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