This commit is contained in:
liuye
2023-11-20 17:43:33 +08:00
parent a784c2c9b4
commit 5859210eb3
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,9 @@
<ai-empty v-else> <ai-empty v-else>
<div>暂无换届信息</div> <div>暂无换届信息</div>
<el-row type="flex" justify="center" class="mar-t8"> <el-row type="flex" justify="center" class="mar-t8">
<ai-highlight content="请点击【@v】完善基础内容后,再进行后续操作" value="开始设置"/> <!-- <ai-highlight content="请点击【@v】完善基础内容后,再进行后续操作" value="开始设置"/> -->
<ai-highlight content="请点击开始设置完善基础内容后,再进行后续操作" />
</el-row> </el-row>
<el-button class="mar-t32" type="primary" @click="$router.push({hash:'#add',query:{oid,new:1}})">开始设置</el-button> <el-button class="mar-t32" type="primary" @click="$router.push({hash:'#add',query:{oid,new:1}})">开始设置</el-button>
</ai-empty> </ai-empty>

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="doc-circulation ailist-wrapper"> <div class="doc-circulation ailist-wrapper">
<keep-alive :include="['List']"> <keep-alive :include="['List']">
<component ref="component" :is="component" @change="onChange" :params="params" :instance="instance" :dict="dict"></component> <component ref="component" :is="component" @change="onChange" :params="params" :instance="instance" :dict="dict" :menuName="menuName"></component>
</keep-alive> </keep-alive>
</div> </div>
</template> </template>