|
@@ -31,11 +31,11 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="负责人" width="120" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column label="负责人" width="120" align="left" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">{{ scope.row.ownerObject ? scope.row.ownerObject.name : '' }}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="开始时间" width="120" align="center" prop="startTime" show-overflow-tooltip />
|
|
|
- <el-table-column label="结束时间" width="120" align="center" prop="endTime" show-overflow-tooltip />
|
|
|
+ <el-table-column label="开始时间" width="120" align="left" prop="startTime" show-overflow-tooltip />
|
|
|
+ <el-table-column label="结束时间" width="120" align="left" prop="endTime" show-overflow-tooltip />
|
|
|
<el-table-column label="任务进度" width="200" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-progress :percentage="scope.row.process" color="#409eff" style="width: 100%" />
|