优化
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<a-button style="margin-right: 10px" @click="close">
|
||||
<slot name="icon"><close-outlined /></slot>关闭
|
||||
</a-button>
|
||||
<template v-if="pageType=='edit'||pageType=='update' ">
|
||||
<template v-if="pageType=='edit'||pageType=='update' || !pageType ">
|
||||
<a-button style="margin-right: 10px" type="primary" @click="checkBtn('save')">
|
||||
<slot name="icon"><save-outlined /></slot>保存
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user