|
|
@@ -72,7 +72,7 @@
|
|
|
<AdminItemState :item="item" />
|
|
|
<a-button type="link" @click.stop="router.push({ name: 'FormIch', query: { id: item.id } })">编辑/审核</a-button>
|
|
|
<a-button type="link" @click.stop="handleGoWorks(item)">非遗项目作品</a-button>
|
|
|
- <a-button type="link" @click.stop="handleGoSeminar(item)">关联传习所</a-button>
|
|
|
+ <a-button type="link" @click.stop="handleGoSeminar(item)">添加/修改传习所</a-button>
|
|
|
</template>
|
|
|
</CommonListBlock>
|
|
|
</a-tab-pane>
|
|
|
@@ -80,6 +80,7 @@
|
|
|
<div v-if="false" class="d-flex justify-content-end">
|
|
|
<a-button type="primary" @click="router.push({ name: 'FormSeminar' })">+ 新增</a-button>
|
|
|
</div>
|
|
|
+
|
|
|
<CommonListBlock
|
|
|
:showTotal="true"
|
|
|
:rowCount="1"
|
|
|
@@ -90,6 +91,10 @@
|
|
|
<template #itemRight="{ item }">
|
|
|
<a-button type="link" @click.stop="router.push({ name: 'FormSeminar', query: { id: item.id } })">编辑</a-button>
|
|
|
</template>
|
|
|
+ <template #headLeft>
|
|
|
+ <InfoCircleOutlined />
|
|
|
+ 请在非遗项目列表中添加传习所
|
|
|
+ </template>
|
|
|
</CommonListBlock>
|
|
|
</a-tab-pane>
|
|
|
<a-tab-pane v-if="false" key="4" tab="重点区域">
|
|
|
@@ -134,6 +139,7 @@ import CommonListBlock, { type DropdownCommonItem } from '@/components/content/C
|
|
|
import InheritorContent from '@/api/inheritor/InheritorContent';
|
|
|
import AdminItemState from './components/AdminItemState.vue';
|
|
|
import { memorizeVar } from '@/composeable/MemorizeVar';
|
|
|
+import { InfoCircleOutlined, ExclamationCircleOutlined, CheckOutlined } from '@ant-design/icons-vue';
|
|
|
|
|
|
const { toClipboard } = useClipboard();
|
|
|
const router = useRouter();
|