Compare commits

..

2 Commits

View File

@@ -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">