Commit c745202b authored by 15008242619's avatar 15008242619

派工页面新增技能点查看(暂不与main合并)

parent c185ac7e
......@@ -124,6 +124,7 @@
<span>上岗有效期:</span><span>{{ item.postValidity }}</span>
</div> -->
<div class="right-text overfllowhind"><span>上岗有效期:</span><span>{{ item.postValidity }}</span></div>
<div class="right-text overfllowhind"><span>技能点:</span><span :title="item.workCode">{{ item.workCode }}</span></div>
<!-- </el-tooltip> -->
</div>
<div class="author">
......@@ -259,6 +260,7 @@ export default {
{ title: '架次', key: 'extProcessPlan.sorties', align: 'left' },
{ title: '站位', key: 'extProcessPlan.positionNumber', align: 'left' },
{ title: '工作包名称', key: 'extProcessPlan.extWorkPackageLinks[0].source.name', align: 'left' },
{ title: '技能点', key: 'extProcessPlan.workCode', align: 'left' },
{ title: '工时定额', key: 'extProcessPlan.opHour', align: 'left' },
{ title: '工时', key: 'extProcessPlan.workHour', align: 'left' },
{ title: '计划员', key: 'planner.name', align: 'left' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment