|
@@ -54,7 +54,7 @@
|
|
|
<el-link type="primary" @click="showUser(scope.row.executorId)">{{scope.row.executorName}}</el-link>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="stagesName" label="项目阶段" sortable width="350" @mouseover="mouseOver">
|
|
|
+ <el-table-column prop="stagesName" label="任务阶段" sortable width="350" @mouseover="mouseOver">
|
|
|
<!-- <template slot-scope="scope">
|
|
|
<el-popover trigger="click" placement="top" width="450" v-if="scope.row.taskDesc">
|
|
|
<p v-html='scope.row.taskDesc'></p>
|