mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix
This commit is contained in:
@@ -40,7 +40,7 @@ onUnmounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VCard>
|
<VCard title="系统进程">
|
||||||
<VTable
|
<VTable
|
||||||
:headers="headers"
|
:headers="headers"
|
||||||
:items="processList"
|
:items="processList"
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ const options = controlledComputed(
|
|||||||
},
|
},
|
||||||
|
|
||||||
formatter: (value: number) =>
|
formatter: (value: number) =>
|
||||||
`${value > 999 ? `${(value / 1000).toFixed(0)}` : value}k`,
|
`${value > 999 ? `${(value / 1000).toFixed(0)}` : value}`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user