|
|
|
@ -19,7 +19,7 @@ |
|
|
|
:show-header="showHeader"> |
|
|
|
<el-table-column width="60"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<img :src="scope.row.userAvatar" width="40" height="40" class="head_pic"/> |
|
|
|
<img :src="scope.row.userAvatar === ''?'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/esua-epdc/test/20200320/db5fae187ff74be483e0ebd8371377a9.jpg':scope.row.userAvatar" width="40" height="40" class="head_pic"/> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
:show-header="showHeader"> |
|
|
|
<el-table-column width="60"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<img :src="scope.row.userAvatar" width="40" height="40" class="head_pic"/> |
|
|
|
<img :src="scope.row.userAvatar === ''?'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/esua-epdc/test/20200320/db5fae187ff74be483e0ebd8371377a9.jpg':scope.row.userAvatar" width="40" height="40" class="head_pic"/> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
|