EdgeDNS支持内置线路

This commit is contained in:
刘祥超
2021-08-09 13:56:11 +08:00
parent a256a7328e
commit 69c1d35406
10 changed files with 138 additions and 81 deletions

View File

@@ -11,6 +11,7 @@
<tr>
<th style="width: 3em"></th>
<th>线路名称</th>
<th>代号</th>
<th class="two wide">状态</th>
<th class="two op">操作</th>
</tr>
@@ -19,6 +20,7 @@
<tr>
<td style="text-align: center;"><i class="icon bars handle grey"></i> </td>
<td>{{route.name}}</td>
<td>id:{{route.id}}</td>
<td>
<label-on :v-is-on="route.isOn"></label-on>
</td>