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

1056

parent fef32854
...@@ -160,7 +160,7 @@ const fields = [ ...@@ -160,7 +160,7 @@ const fields = [
} }
}, },
{ {
title: '发运单上传', title: '发运单文件',
dataIndex: 'hairuseFileList', dataIndex: 'hairuseFileList',
key: 'hairuseFileList', key: 'hairuseFileList',
render: (_, row) => { render: (_, row) => {
...@@ -168,7 +168,7 @@ const fields = [ ...@@ -168,7 +168,7 @@ const fields = [
} }
}, },
{ {
title: '租赁物交付确认单上传', title: '租赁物交付确认单文件',
dataIndex: 'leaseDeliverFileList', dataIndex: 'leaseDeliverFileList',
key: 'leaseDeliverFileList', key: 'leaseDeliverFileList',
render: (_, row) => { render: (_, row) => {
......
...@@ -308,7 +308,7 @@ function Contract(props) { ...@@ -308,7 +308,7 @@ function Contract(props) {
colProps: { span: 24 }, colProps: { span: 24 },
}, },
{ {
title: '发运单上传', title: '发运单文件',
dataIndex: 'hairuseFileList', dataIndex: 'hairuseFileList',
key: 'hairuseFileList', key: 'hairuseFileList',
valueType: 'uploadBtn', valueType: 'uploadBtn',
...@@ -318,7 +318,7 @@ function Contract(props) { ...@@ -318,7 +318,7 @@ function Contract(props) {
colProps: { span: 24 }, colProps: { span: 24 },
}, },
{ {
title: '租赁物交付确认单上传', title: '租赁物交付确认单文件',
dataIndex: 'leaseDeliverFileList', dataIndex: 'leaseDeliverFileList',
key: 'leaseDeliverFileList', key: 'leaseDeliverFileList',
valueType: 'uploadBtn', 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