show power for chat and imaging page

This commit is contained in:
RockYang
2024-03-31 20:49:12 +08:00
parent a5299b52d4
commit 8b68bfb28c
5 changed files with 34 additions and 14 deletions

View File

@@ -287,11 +287,13 @@
</el-tab-pane>
</el-tabs>
<el-row class="text-info">
<el-tag>每次绘图消耗{{ mjPower }}算力U/V 操作消耗{{ mjActionPower }}算力</el-tag>
<el-tag type="success">当前可用算力{{ power }}</el-tag>
</el-row>
<div class="submit-btn">
<el-button color="#47fff1" :dark="false" @click="generate" round>立即生成</el-button>
<div class="text-info">
<el-tag type="success">当前可用算力{{ power }}</el-tag>
</div>
</div>
</el-form>
</div>