新增 当远程不存在时不显示版本不一致

This commit is contained in:
Suwings 2022-02-01 16:38:47 +08:00
parent 963cd5bae3
commit 71563ee63e

View File

@ -87,7 +87,7 @@
<span class="color-red">
<el-tooltip
effect="dark"
v-if="scope.row.version !== specifiedDaemonVersion"
v-if="scope.row.version !== specifiedDaemonVersion && scope.row.status"
placement="top"
content="与面板端要求版本不一致"
>