浏览代码

项目阶段改成任务阶段

Lijy 3 年之前
父节点
当前提交
93392cf604
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

@@ -54,7 +54,7 @@
                             <el-link type="primary" @click="showUser(scope.row.executorId)">{{scope.row.executorName}}</el-link>
                             <el-link type="primary" @click="showUser(scope.row.executorId)">{{scope.row.executorName}}</el-link>
                         </template>
                         </template>
                     </el-table-column>
                     </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">
                         <!-- <template slot-scope="scope">
                             <el-popover trigger="click" placement="top" width="450" v-if="scope.row.taskDesc">
                             <el-popover trigger="click" placement="top" width="450" v-if="scope.row.taskDesc">
                             <p v-html='scope.row.taskDesc'></p>
                             <p v-html='scope.row.taskDesc'></p>