Commit 3b608df1 authored by XieZhiXiong's avatar XieZhiXiong

删除测试按钮

parent 127ae768
...@@ -98,7 +98,6 @@ export const useSelfTable = () => { ...@@ -98,7 +98,6 @@ export const useSelfTable = () => {
{ record.purchaseOrderInteriorState === SaleOrderInsideWorkState.SALE_CREATE_DELIVED_ORDER && { record.purchaseOrderInteriorState === SaleOrderInsideWorkState.SALE_CREATE_DELIVED_ORDER &&
<Button type='link' onClick={() => handleAdd(record)}>新增发货单</Button> <Button type='link' onClick={() => handleAdd(record)}>新增发货单</Button>
} }
<Button type='link' onClick={() => handleAdd(record)}>新增发货单</Button>
</> </>
} }
] ]
......
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