|
@@ -1,6 +1,9 @@
|
|
<template>
|
|
<template>
|
|
- <enroll-report :generation="generation" :optional-majors="optionalMajors"
|
|
|
|
- :dispatch-info="dispatchInfo"></enroll-report>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <enroll-report :generation="generation" :optional-majors="optionalMajors"
|
|
|
|
+ :dispatch-info="dispatchInfo"></enroll-report>
|
|
|
|
+ <el-image v-if="dispatchInfo&&dispatchInfo.eSignImage" :src="dispatchInfo.eSignImage" class="mb40"></el-image>
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|