|
@@ -981,7 +981,7 @@
|
|
|
|
|
|
<!-- 分类工时明细表 -->
|
|
<!-- 分类工时明细表 -->
|
|
<el-table v-if="ins == 22" :key="hoursDetailClassListKey" border :data="hoursDetailClassList.record" highlight-current-row v-loading="listLoading" :height="+tableHeight -1" style="width: 100%;" >
|
|
<el-table v-if="ins == 22" :key="hoursDetailClassListKey" border :data="hoursDetailClassList.record" highlight-current-row v-loading="listLoading" :height="+tableHeight -1" style="width: 100%;" >
|
|
- <el-table-column align="center" prop="categoryName" :label="`${projectSortName}项目号`" min-width="150"></el-table-column>
|
|
|
|
|
|
+ <el-table-column align="center" prop="projectCode" :label="`${projectSortName}项目号`" min-width="150"></el-table-column>
|
|
<el-table-column align="center" prop="userName" label="姓名" min-width="150">
|
|
<el-table-column align="center" prop="userName" label="姓名" min-width="150">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>
|
|
<div>
|