Browse Source

【社群管理】BUG修改-王公峰-2020-11-04

upGrade
wanggongfeng 5 years ago
parent
commit
4c6a9a7f61
  1. 2
      src/views/modules/events/item-deal-detail-view.vue
  2. 2
      src/views/modules/group/group.vue

2
src/views/modules/events/item-deal-detail-view.vue

@ -84,7 +84,7 @@
</span>
</div>
</div>
<div><span style="font-weight: bold; color: rgb(96, 98, 102);">处理意见</span> {{item.advice}}</div>
<div style="word-break:break-all;"><span style="font-weight: bold; color: rgb(96, 98, 102);">处理意见</span> {{item.advice}}</div>
<div style="display: flex;">
<el-image v-for="url in item.images"
style="width: 60px; height: 60px; object-fit: cover; margin-right: 8px; border-radius: 2px;"

2
src/views/modules/group/group.vue

@ -63,7 +63,7 @@
width="180"></el-table-column>
<el-table-column prop="nickname"
label="群主"
header-align="center"
header-align="center" width="180" show-overflow-tooltip
align="center"></el-table-column>
<el-table-column prop="state"
label="状态"

Loading…
Cancel
Save