mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix
This commit is contained in:
@@ -40,7 +40,7 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VCard>
|
||||
<VCard title="系统进程">
|
||||
<VTable
|
||||
:headers="headers"
|
||||
:items="processList"
|
||||
|
||||
@@ -80,7 +80,7 @@ const options = controlledComputed(
|
||||
},
|
||||
|
||||
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