Commit 75081ef8 by 温丽香

切换应用按钮

1 parent 36f8f63c
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<div class="data-list-common flex column main-content flex-1"> <div class="data-list-common flex column main-content flex-1">
<div class="page-content"> <div class="page-content">
<div class="apply"> <div class="apply">
<span style="margin-right: 30px">当前应用:<span v-if="applyInfo">{{applyInfo.appid}}</span></span><el-button type="primary" size="small">切换</el-button> <span style="margin-right: 30px">当前应用:<span v-if="applyInfo">{{applyInfo.appid}}</span></span>
<el-button type="primary" size="small" @click="$router.push({ name: 'apply' })">切换</el-button>
<div style="margin-left: 70px" v-if="applyInfo">{{applyInfo.description}}</div> <div style="margin-left: 70px" v-if="applyInfo">{{applyInfo.description}}</div>
</div> </div>
<div id="main"></div> <div id="main"></div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!