|
@@ -43,7 +43,7 @@
|
|
|
<span>{{t}}</span>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="耗时" dataIndex="duration" width="150" align="center">
|
|
|
+ <!-- <a-table-column title="耗时" dataIndex="duration" width="150" align="center">
|
|
|
<template slot-scope="t">
|
|
|
<span>{{millsToTime(t)}}</span>
|
|
|
</template>
|
|
@@ -52,7 +52,7 @@
|
|
|
<template slot-scope="t">
|
|
|
<span>{{t}}</span>
|
|
|
</template>
|
|
|
- </a-table-column>
|
|
|
+ </a-table-column> -->
|
|
|
<a-table-column title="完成时间" dataIndex="endTime" width="150" align="center">
|
|
|
<template slot-scope="t">
|
|
|
<span>{{t}}</span>
|