提交 7ffeb921 编写于 作者: B break60 提交者: gaojun2048

fix

上级 ea3ea8ad
...@@ -53,11 +53,11 @@ ...@@ -53,11 +53,11 @@
<span>{{$t('fault-tolerant sign')}}</span> <span>{{$t('fault-tolerant sign')}}</span>
</th> </th>
<th scope="col" style="min-width: 135px"> <th scope="col" style="min-width: 135px">
<span>{{$t('host')}}</span>
</th>
<th scope="col" style="min-width: 60px">
<div style="width: 60px">
<span>{{$t('Executor')}}</span> <span>{{$t('Executor')}}</span>
</th>
<th scope="col" style="min-width: 100px">
<div style="width: 100px">
<span>{{$t('host')}}</span>
</div> </div>
</th> </th>
<th scope="col" style="min-width: 210px"> <th scope="col" style="min-width: 210px">
...@@ -92,11 +92,11 @@ ...@@ -92,11 +92,11 @@
<td width="70"><span>{{item.runTimes}}</span></td> <td width="70"><span>{{item.runTimes}}</span></td>
<td><span>{{item.recovery}}</span></td> <td><span>{{item.recovery}}</span></td>
<td> <td>
<span v-if="item.host">{{item.host}}</span> <span v-if="item.executorName">{{item.executorName}}</span>
<span v-else>-</span> <span v-else>-</span>
</td> </td>
<td> <td>
<span style="word-break: break-all" v-if="item.executorName">{{item.executorName}}</span> <span v-if="item.host" style="word-break: break-all">{{item.host}}</span>
<span v-else>-</span> <span v-else>-</span>
</td> </td>
<td> <td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册