勤工助学-薪资填报-学工记录-修复点击查看审核时间未出现问题

This commit is contained in:
2026-03-13 15:49:29 +08:00
parent f0301cd55b
commit 005e91e171

View File

@@ -104,7 +104,16 @@
<el-dialog title="查看" :visible.sync="lookV"> <el-dialog title="查看" :visible.sync="lookV">
<el-steps :active="getStep(lookForm)"> <el-steps :active="getStep(lookForm)">
<el-step title="指导老师填报薪资" description="" /> <el-step title="指导老师填报薪资" description="">
<template slot="description">
<div>
{{ isEmpty(lookForm.zdlsName) ? '' : lookForm.zdlsName }}
</div>
<div>
{{ isEmpty(lookForm.applyTime) ? '' : lookForm.applyTime }}
</div>
</template>
</el-step>
<el-step title="部门领导审批" :status="isEmpty(lookForm.deptCmt) ? 'wait' : getStepStatus(lookForm.deptCmt)"> <el-step title="部门领导审批" :status="isEmpty(lookForm.deptCmt) ? 'wait' : getStepStatus(lookForm.deptCmt)">
<template slot="description"> <template slot="description">