优化界面

This commit is contained in:
刘祥超
2022-03-25 14:10:40 +08:00
parent 2e626a915f
commit b2af8e196b
4 changed files with 15 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<thead>
<tr>
<th style="width:3em"><checkbox @input="checkAll"></checkbox></th>
<th>集群</th>
<th class="three wide">集群</th>
<th>节点</th>
<th>任务</th>
<th>状态</th>
@@ -29,6 +29,7 @@
<td>
<span v-if="task.type == 'configChanged'">同步配置</span>
<span v-if="task.type == 'ipItemChanged'">同步IP名单</span>
<span v-if="task.type == 'scriptsChanged'">同步脚本</span>
</td>
<td>
<span v-if="task.isDone" class="red">{{task.error}}</span>