调整报表和基础模块的页面宽度

This commit is contained in:
季圣华
2022-09-22 22:40:50 +08:00
parent 9352291510
commit d08f0a15fc
11 changed files with 63 additions and 67 deletions

View File

@@ -128,22 +128,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: 'beginNeedPay',width:80,align:"center"},
{ title: '期末应付',dataIndex: 'allNeedPay',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: 'beginNeedPay',width:80,align:"left"},
{ title: '期末应付',dataIndex: 'allNeedPay',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' },
}