|
@@ -64,9 +64,9 @@
|
|
|
<el-link :href="scope.row.mrdUrl" class="mrdUrl" target="_blank">{{ scope.row.mrdUrl }}</el-link>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column label="交付日期" min-width="200" align="center" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">{{ scope.row.gmtModify }}</template>
|
|
|
- </el-table-column> -->
|
|
|
+ <el-table-column label="交付日期" min-width="200" align="center" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">{{ scope.row.optionsObject === null? '' :scope.row.optionsObject.endTime }}</template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="任务数量" min-width="100" align="center">
|
|
|
<template slot-scope="scope">{{ scope.row.taskCount }}</template>
|
|
|
</el-table-column>
|