This commit is contained in:
lb
2023-07-03 14:45:48 +08:00
parent 1c5e0f2a69
commit eca11f0081
27 changed files with 1 additions and 1734 deletions

View File

@@ -19,7 +19,7 @@ const Chart2 = () => {
{
icon: icon3,
label: '剩余时间',
value: ctx.runState?.lastFireChangeTime.split('S')[0] + 's' || '0s',
value: ctx.runState?.lastFireChangeTime || '-',
},
{
icon: icon2,