1.退款订单抽屉,增加关闭按钮

This commit is contained in:
ssyang1993 2021-06-24 11:37:58 +08:00
parent e234398c6d
commit 7603ac813c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<a-drawer
width="50%"
placement="right"
:closable="false"
:closable="true"
:visible="visible"
:title="visible === true? '退款订单详情':''"
@close="onClose"