@@ -199,7 +199,7 @@
:visible="visible"
@cancel="handleCancel"
@ok="handleCancel"
- :width="800"
+ :width="1200"
>
<standard-table
bordered
@@ -277,10 +277,20 @@ const columns1 = [
},
{
title: "开始时间",
+ dataIndex: "startTime",
+ },
+
+ {
+ title: "开始时间",
+ dataIndex: "endTime",
+ title: "任务开始时间",
dataIndex: "createdAt",
- title: "完成时间",
+ title: "任务完成时间",
dataIndex: "completedAt",