|
@@ -277,7 +277,7 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="任务名称" min-width="90" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column label="任务名称" min-width="100" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope"><div style="cursor: pointer;" @click="link_task(scope.row.id)">{{ scope.row.name }}</div></template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="所属需求" min-width="100" align="center" show-overflow-tooltip>
|