|
|
|
@ -3,7 +3,7 @@ import { Alert, Segmented } from 'ant-design-vue'
|
|
|
|
|
import { computed, ref, watch } from 'vue' |
|
|
|
|
import { useRoute } from 'vue-router' |
|
|
|
|
import { PlusOutlined } from '@ant-design/icons-vue' |
|
|
|
|
import CustomTopicFormModal from './CustomTopicFormModal.vue' |
|
|
|
|
import TopicFormModal from './TopicFormModal.vue' |
|
|
|
|
import type { Topic } from '@/api/product/types' |
|
|
|
|
import { TopicType } from '@/api/product/types' |
|
|
|
|
import { BasicTable, TableAction, useTable } from '@/components/Table' |
|
|
|
@ -128,6 +128,6 @@ async function handleDelete(id: string) {
|
|
|
|
|
</template> |
|
|
|
|
</BasicTable> |
|
|
|
|
|
|
|
|
|
<CustomTopicFormModal @register="registerModal" @success="reload" /> |
|
|
|
|
<TopicFormModal @register="registerModal" @success="reload" /> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|