|
@@ -12,9 +12,6 @@
|
|
|
|
|
|
<a-tabs v-model:activeKey="activeKey" centered>
|
|
|
<a-tab-pane key="1" tab="传承人列表">
|
|
|
- <!-- <div class="d-flex justify-content-end">
|
|
|
- <a-button type="primary" @click="router.push({ name: 'FormWork' })">+ 新增</a-button>
|
|
|
- </div> -->
|
|
|
<CommonListBlock
|
|
|
:showTotal="true"
|
|
|
:rowCount="1"
|
|
@@ -35,9 +32,6 @@
|
|
|
</CommonListBlock>
|
|
|
</a-tab-pane>
|
|
|
<a-tab-pane key="2" tab="非遗项目列表">
|
|
|
- <!-- <div class="d-flex justify-content-end">
|
|
|
- <a-button type="primary" @click="router.push({ name: 'FormWork' })">+ 新增</a-button>
|
|
|
- </div> -->
|
|
|
<CommonListBlock
|
|
|
:showTotal="true"
|
|
|
:rowCount="1"
|