标品
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user