|
@@ -8,6 +8,8 @@
|
|
|
:closeConfirm="!isViewCpt"
|
|
|
:loading="loading"
|
|
|
:showSubmit="!isViewCpt"
|
|
|
+ :closeText="isViewCpt ? '关闭' : '取消'"
|
|
|
+ :footAlign="isViewCpt ? 'right' : 'center'"
|
|
|
>
|
|
|
<div class="__normal-form">
|
|
|
<CusForm labelWidth="100px" ref="ref_form" :formView="isViewCpt">
|