Commit 8220859e authored by leimo's avatar leimo

Merge branch '20418order' into 'v2-220418'

修改文案 See merge request linkseeks-design/pro-platform!465
parents ba50fcad 2f0c22a7
...@@ -91,7 +91,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => { ...@@ -91,7 +91,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
} }
return ( return (
<AnchorPage title="送货单管理新增(B2B)" <AnchorPage title="新增送货单"
anchors={anchors} anchors={anchors}
extra={ extra={
<Button.Group> <Button.Group>
......
...@@ -79,7 +79,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => { ...@@ -79,7 +79,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
return ( return (
<AnchorPage title="送货单管理新增(SRM)" <AnchorPage title="新增送货单"
anchors={anchors} anchors={anchors}
extra={ extra={
<Button.Group> <Button.Group>
......
...@@ -80,7 +80,7 @@ function DeliveryNoticeFromCreate() { ...@@ -80,7 +80,7 @@ function DeliveryNoticeFromCreate() {
} }
return ( return (
<AnchorPage title="送货单管理新增" <AnchorPage title="新增送货单"
anchors={anchors} anchors={anchors}
extra={ extra={
<AuthButton btnCode='deliveryNoticeQuery.submit'> <AuthButton btnCode='deliveryNoticeQuery.submit'>
......
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