用户列表菜单添加集成部署

This commit is contained in:
junleea 2024-07-05 17:59:58 +08:00
parent 743d6afeb3
commit 1422fb9b62
1 changed files with 6 additions and 0 deletions

View File

@ -117,6 +117,12 @@ export default {
@click.prevent="handleMenuSelect('/User')" @click.prevent="handleMenuSelect('/User')"
>用户</el-button >用户</el-button
> >
<el-button
type="primary"
size="mini"
@click.prevent="handleMenuSelect('/cid')"
>集成部署</el-button
>
<el-container style="height: 700px; border: 1px solid #eee"> <el-container style="height: 700px; border: 1px solid #eee">
<el-header style="font-size: 40px; background-color: rgb(238, 241, 246)" <el-header style="font-size: 40px; background-color: rgb(238, 241, 246)"
>用户搜索列表</el-header >用户搜索列表</el-header