可以修改单个用户的带宽算法

This commit is contained in:
刘祥超
2023-02-27 10:46:48 +08:00
parent 8afa47c351
commit 6f78146711
4 changed files with 37 additions and 11 deletions

View File

@@ -71,6 +71,16 @@
<span v-else class="disabled">没有设置。</span>
</td>
</tr>
<tr>
<td>带宽算法</td>
<td>
<span v-if="user.bandwidthAlgo.length > 0">
<span v-if="user.bandwidthAlgo == 'secondly'">峰值带宽</span>
<span v-if="user.bandwidthAlgo == 'avg'">平均带宽</span>
</span>
<span v-else class="disabled">使用默认。</span>
</td>
</tr>
<tr>
<td>注册IP</td>
<td>