勤工助学-薪资填报-学工记录-修复点击查看审核时间未出现问题
This commit is contained in:
@@ -104,7 +104,16 @@
|
||||
|
||||
<el-dialog title="查看" :visible.sync="lookV">
|
||||
<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)">
|
||||
<template slot="description">
|
||||
|
||||
Reference in New Issue
Block a user