标品
This commit is contained in:
		| @@ -13,7 +13,9 @@ | ||||
|     <ai-empty v-else> | ||||
|       <div>暂无换届信息</div> | ||||
|       <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-button class="mar-t32" type="primary" @click="$router.push({hash:'#add',query:{oid,new:1}})">开始设置</el-button> | ||||
|     </ai-empty> | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="doc-circulation ailist-wrapper"> | ||||
|     <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> | ||||
|   </div> | ||||
| </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user