|
|
|
@ -150,7 +150,6 @@ const CustomerProfile = (() => {
|
|
|
|
|
<textarea ref={orderCommentRef} className='w-full' rows={4}></textarea>
|
|
|
|
|
</Modal>
|
|
|
|
|
<Button size={'small'} onClick={() => {
|
|
|
|
|
console.info('order: ' + loginUser.userId + '; order: ' + currentOrder)
|
|
|
|
|
setIsModalOpen(true)
|
|
|
|
|
}}>添加备注</Button>
|
|
|
|
|
</Spin>
|
|
|
|
|