|
@ -80,7 +80,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
<el-table-column prop="taskStateName" align="center" width="100" label="任务状态" :show-overflow-tooltip="true"> |
|
|
<el-table-column prop="taskStateName" align="center" width="100" label="当前任务状态" :show-overflow-tooltip="true"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ scope.row.taskStateName |
|
|
<span>{{ scope.row.taskStateName |
|
|
}}</span> |
|
|
}}</span> |
|
|