修改时间格式显示,添加shell运行错误状态
This commit is contained in:
parent
513faea916
commit
f13aabd082
|
|
@ -641,7 +641,7 @@ export default {
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="ShellRuntime"
|
prop="ShellRuntime"
|
||||||
label="Shell运行时间(秒)"
|
label="SR"
|
||||||
width="50"
|
width="50"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
@ -651,7 +651,7 @@ export default {
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="ShellDuration"
|
prop="ShellDuration"
|
||||||
label="任务持续时间(秒)"
|
label="SD"
|
||||||
width="50"
|
width="50"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue