Compare commits
2 Commits
934df73c1c
...
442ff182c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 442ff182c4 | |||
| 005e91e171 |
@@ -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