Commit d5d2e9df authored by 左玲玲's avatar 左玲玲 😬

1056

parent fef32854
......@@ -160,7 +160,7 @@ const fields = [
}
},
{
title: '发运单上传',
title: '发运单文件',
dataIndex: 'hairuseFileList',
key: 'hairuseFileList',
render: (_, row) => {
......@@ -168,7 +168,7 @@ const fields = [
}
},
{
title: '租赁物交付确认单上传',
title: '租赁物交付确认单文件',
dataIndex: 'leaseDeliverFileList',
key: 'leaseDeliverFileList',
render: (_, row) => {
......
......@@ -308,7 +308,7 @@ function Contract(props) {
colProps: { span: 24 },
},
{
title: '发运单上传',
title: '发运单文件',
dataIndex: 'hairuseFileList',
key: 'hairuseFileList',
valueType: 'uploadBtn',
......@@ -318,7 +318,7 @@ function Contract(props) {
colProps: { span: 24 },
},
{
title: '租赁物交付确认单上传',
title: '租赁物交付确认单文件',
dataIndex: 'leaseDeliverFileList',
key: 'leaseDeliverFileList',
valueType: 'uploadBtn',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment