mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-01 01:50:04 +08:00
style: post button
This commit is contained in:
parent
111488e5d6
commit
b1d0fe7599
@ -69,14 +69,10 @@
|
|||||||
v-if="['create', 'update'].includes(actionType)"
|
v-if="['create', 'update'].includes(actionType)"
|
||||||
:loading="actionLoading"
|
:loading="actionLoading"
|
||||||
:title="t('action.save')"
|
:title="t('action.save')"
|
||||||
|
type="primary"
|
||||||
@click="submitForm"
|
@click="submitForm"
|
||||||
/>
|
/>
|
||||||
<XButton
|
<XButton :loading="actionLoading" :title="t('dialog.close')" @click="dialogVisible = false" />
|
||||||
v-if="['create', 'update'].includes(actionType)"
|
|
||||||
:loading="actionLoading"
|
|
||||||
:title="t('dialog.close')"
|
|
||||||
@click="dialogVisible = false"
|
|
||||||
/>
|
|
||||||
</template>
|
</template>
|
||||||
</XModal>
|
</XModal>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user