|
@@ -15,7 +15,7 @@
|
|
|
|
|
|
<div class="flex-align-center flex-wrap" style="line-height: 40px;">
|
|
|
<div v-if="oldFormPath || formPath">
|
|
|
- <cpAdd v-if="tool.checkAuth($route.name,'insert')" :formPath="formPath" :oldFormPath="oldFormPath" @onAddSuccess="listData(param.content.pageNumber = 1)"></cpAdd>
|
|
|
+ <cpAdd v-show="tool.checkAuth($route.name,'insert')" :formPath="formPath" :oldFormPath="oldFormPath" @onAddSuccess="listData(param.content.pageNumber = 1)"></cpAdd>
|
|
|
</div>
|
|
|
<slot name="titleLight"></slot>
|
|
|
<!-- <el-button-group v-if="tool.checkAuth($route.name,'delete')" class="inline-16">
|