Commit 34271a4c authored by zhengke's avatar zhengke

1

parent c6fd372d
...@@ -81,8 +81,9 @@ ...@@ -81,8 +81,9 @@
<div class="stage_value"> <div class="stage_value">
<div class="stuHeadImg"> <div class="stuHeadImg">
<el-upload :before-upload="uploadFile" :multiple="false" action='' :show-file-list="false"> <el-upload :before-upload="uploadFile" :multiple="false" action='' :show-file-list="false">
<q-avatar size="80px" font-size="36px" style="background:#C9F7F5" text-color="white"> <q-avatar size="80px" font-size="36px" text-color="white">
<img :src="customObj.StuIcon" v-if="customObj.StuIcon"> <img :src="customObj.StuIcon" v-if="customObj.StuIcon">
<img v-else src="../../../assets/images/administration/litheader.png" alt="" />
</q-avatar> </q-avatar>
</el-upload> </el-upload>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment