更新首页
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<ModuleEntryDetailPage :config="pageConfig" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ModuleEntryDetailPage from '@/components/ModuleEntryDetailPage.vue'
|
||||
|
||||
definePageMeta({
|
||||
layout: 'blank'
|
||||
})
|
||||
|
||||
const pageConfig = {
|
||||
title: '申报模板',
|
||||
baseRoute: '/material-templates',
|
||||
showImage: false,
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<ModuleEntryListPage :config="pageConfig" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ModuleEntryListPage from '@/components/ModuleEntryListPage.vue'
|
||||
|
||||
definePageMeta({
|
||||
layout: 'blank'
|
||||
})
|
||||
|
||||
const pageConfig = {
|
||||
type: 'material_template',
|
||||
title: '申报模板',
|
||||
description: '浏览申报模板与申报说明材料',
|
||||
baseRoute: '/material-templates',
|
||||
showImage: false,
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user