1.退款订单抽屉,增加关闭按钮
This commit is contained in:
parent
e234398c6d
commit
7603ac813c
|
|
@ -79,7 +79,7 @@
|
|||
<a-drawer
|
||||
width="50%"
|
||||
placement="right"
|
||||
:closable="false"
|
||||
:closable="true"
|
||||
:visible="visible"
|
||||
:title="visible === true? '退款订单详情':''"
|
||||
@close="onClose"
|
||||
|
|
|
|||
Loading…
Reference in New Issue