mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 04:49:48 +08:00
fix
This commit is contained in:
parent
7471058301
commit
47ad84871c
@ -160,7 +160,7 @@
|
||||
{{ parseTime(text) }}
|
||||
</a-tooltip>
|
||||
<a-tooltip slot="durationTooltip" slot-scope="text" placement="topLeft" :title="formatDuration(text)">
|
||||
{{ formatDuration(text) }}
|
||||
{{ formatDuration(text, "", 2) }}
|
||||
</a-tooltip>
|
||||
|
||||
<a-tooltip slot="sizeTooltip" slot-scope="text" placement="topLeft" :title="renderSize(text)">
|
||||
@ -201,7 +201,7 @@
|
||||
{{ renderSize(text) }}
|
||||
</a-tooltip>
|
||||
<a-tooltip slot="durationTooltip" slot-scope="text" placement="topLeft" :title="formatDuration(text)">
|
||||
{{ formatDuration(text) }}
|
||||
{{ formatDuration(text, "", 2) }}
|
||||
</a-tooltip>
|
||||
<a-table size="middle" slot="expandedRowRender" slot-scope="item" :columns="hwDiskPartitionColumns" :rowKey="(record, index) => index" :data-source="item.partition" :pagination="false">
|
||||
<a-tooltip slot="tooltip" slot-scope="text" placement="topLeft" :title="text">
|
||||
|
Loading…
Reference in New Issue
Block a user