Commit c2d4e2a2 authored by anxixi's avatar anxixi

运营指标验收等功能

parent cc1e43bc
......@@ -61,7 +61,7 @@
</el-form-item>
<div class="gendisplay" style="display: flex;flex-wrap: wrap;width: 80%;margin-left: 180px">
<div v-for="(item,index) in formData.professorList" style="width: 150px;text-align: center;position: relative">
<p><img :src="item.empLogo" style="width: 90px;height: 90px;border-radius: 50%"></p>
<p><img :src="item.empLogo?item.empLogo:require('../../assets/img/defaultlogo.png')" style="width: 90px;height: 90px;border-radius: 50%"></p>
<p style="margin: 10px 0">{{item.empName}}</p>
<p>{{item.professorTitle}}</p>
<i class="iconfont icon-cuowu" style="position: absolute;right: 0;top: 0;cursor: pointer;" @click="formData.professorList.splice(index,1)"></i>
......
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