@@ -235,7 +235,11 @@
</el-link>
</template>
</el-table-column>
-
+
+ <div v-if="user.timeType.projectCustom">
+ <el-table-column :prop="`plate${+index+1}`" sortable="custom" width="200" v-for="(item, index) in dataList" :key="item.id" :label="item.customName" v-if="item.customType!=1" ></el-table-column>
+ </div>
<!-- 项目阶段 -->
<!-- 换位置之前看下项目阶段发起的请求 -->
<el-table-column prop="currentStage" :label="$t('projectphase')" sortable="custom" min-width="150" width="220" v-if="user.company.packageProject == 1">