项目监督列表、项目委托列表项目名称列宽优化

This commit is contained in:
zhangyx
2022-06-15 16:52:15 +08:00
parent 7dc348be97
commit e4d912cb79
14 changed files with 140 additions and 117 deletions

View File

@ -37,7 +37,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
title: '序号',
dataIndex: 'key',
key: 'key',
width: 60,
width: 50,
search: false,
},
{
@ -55,6 +55,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
dataIndex: 'type',
key: 'type',
valueType: 'select',
width: 115,
valueEnum: {
'0': '增值税普通发票',
'1': '增值税专用发票',
@ -65,6 +66,7 @@ const InvoiceSupplier: React.FC<{}> = () => {
title: '发票状态',
dataIndex: 'state',
valueType: 'select',
width: 75,
valueEnum: {
'0': '未开',
'1': '已开',
@ -72,13 +74,14 @@ const InvoiceSupplier: React.FC<{}> = () => {
},
{
title: '是否需要邮寄',
width: 100,
render:(_: any,record: any) => record.isMail == -1 ? '无需邮寄' : '需要邮寄',
search: false,
},
{
title: '操作',
dataIndex: 'option',
width: 80,
width: 70,
valueType: 'option',
search: false,
render: (_, record) =>