|
@@ -7,13 +7,13 @@
|
|
|
<a-tab-pane :key="3" tab="软件产品" />
|
|
|
<a-tab-pane :key="4" tab="场景分类" /> -->
|
|
|
</a-tabs>
|
|
|
- <a-button style="position: absolute; right: 20px; top: 30px;" @click="router.go(-1)"> 返回 </a-button>
|
|
|
+ <!-- <a-button style="position: absolute; right: 20px; top: 30px;" @click="router.go(-1)"> 返回 </a-button> -->
|
|
|
</template>
|
|
|
|
|
|
<div class="desc-wrap-BasicTable">
|
|
|
<BasicTable @register="registerTimeTable">
|
|
|
<template #toolbar>
|
|
|
- <a-button type="primary" v-if="getCheckPerm('configuration-add')" @click="openModal(true, {})">
|
|
|
+ <a-button type="primary" v-if="getCheckPerm('configuration-add')" @click="openModal(true, {typeId: state})">
|
|
|
新增
|
|
|
</a-button>
|
|
|
</template>
|