style: UPF N3 Ping测试功能移除耗时显示
This commit is contained in:
@@ -585,7 +585,7 @@ onMounted(() => {
|
||||
</a-form-item>
|
||||
<a-descriptions
|
||||
:title="v.dnn"
|
||||
:column="2"
|
||||
:column="3"
|
||||
size="small"
|
||||
bordered
|
||||
v-if="modalState.pingResult.length > 0"
|
||||
@@ -601,9 +601,6 @@ onMounted(() => {
|
||||
<a-descriptions-item label="Packet Loss">
|
||||
{{ v.packet_loss }} %
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label="Time">
|
||||
{{ v.time_ms }} ms
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-form>
|
||||
</ProModal>
|
||||
|
||||
Reference in New Issue
Block a user