添加cid日志查看运行时间
This commit is contained in:
parent
d3296797ce
commit
ce1bd569a3
|
|
@ -236,6 +236,11 @@ export default {
|
||||||
label="错误信息"
|
label="错误信息"
|
||||||
width="250"
|
width="250"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="RunTime"
|
||||||
|
label="运行时间(s)"
|
||||||
|
width="50"
|
||||||
|
></el-table-column>
|
||||||
<el-table-column label="操作" width="350">
|
<el-table-column label="操作" width="350">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue