This commit is contained in:
mashuai 2026-02-05 17:26:35 +08:00
parent de18cdcc85
commit c88770a26f
1 changed files with 3 additions and 2 deletions

View File

@ -184,7 +184,7 @@
<el-tag size="mini" type="success" v-if="step.isAccept === 1">已通过</el-tag>
<el-tag size="mini" type="danger" v-if="step.isAccept === 2">已驳回</el-tag>
</div>
<div class="node-info" v-if="step.auditBy">
审核人:
{{ step.auditBy }}
@ -252,7 +252,8 @@ export default {
{ label: '规格型号', prop: 'typeModelName' },
{ label: '机具编号', prop: 'maCode' },
{ label: '计量单位', prop: 'unitName' },
{ label: '在用数量', prop: 'useNum' },
{ label: '历史在用数量', prop: 'transNum' },
{ label: '当前在用数量', prop: 'useNum' },
{ label: '领料人', prop: 'leasePerson' },
{ label: '领料日期', prop: 'startTime' }
],