优化健康检查表单中的文字

This commit is contained in:
刘祥超
2024-05-15 07:52:39 +08:00
parent 776b08653a
commit 6fc428a945

View File

@@ -238,7 +238,7 @@ Vue.component("health-check-config-box", {
</td> </td>
</tr> </tr>
<tr> <tr>
<td>自动下线<span v-if="vIsPlus">IP</span></td> <td>自动上/下线<span v-if="vIsPlus">IP</span></td>
<td> <td>
<div class="ui checkbox"> <div class="ui checkbox">
<input type="checkbox" value="1" v-model="healthCheck.autoDown"/> <input type="checkbox" value="1" v-model="healthCheck.autoDown"/>