Commit 22b00f32 authored by 黄奎's avatar 黄奎

新增头像显示

parent 9efda50f
......@@ -304,7 +304,13 @@
<span v-if="item.refund_amount>0">{{item.refund_time}}</span>
</td>
<td>
{{item.UpdateByName}}{{item.UpdateBy>0?"":"/"}}
<template v-if="item.UpdateBy>0">
<template v-if="item.UpdateByPhoto">
<img v-if="item.UpdateByPhoto" :src="item.UpdateByPhoto" alt>
<img v-else src="../../assets/img/default_head_img.jpg" alt>
</template>
{{item.UpdateByName}}
</template>
</td>
<td>
<el-popover width="500" trigger="click">
......
......@@ -337,7 +337,13 @@
<span v-if="item.refund_amount>0">{{item.refund_time}}</span>
</td>
<td>
{{item.UpdateByName}}{{item.UpdateBy>0?"":"/"}}
<template v-if="item.UpdateBy>0">
<template v-if="item.UpdateByPhoto">
<img v-if="item.UpdateByPhoto" :src="item.UpdateByPhoto" alt>
<img v-else src="../../assets/img/default_head_img.jpg" alt>
</template>
{{item.UpdateByName}}
</template>
</td>
<td>
<el-popover width="500" trigger="click">
......
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