Browse Source

图标置顶

dlt_manageScope_0428
李素 2 years ago
parent
commit
f624a099e2
  1. BIN
      src/assets/images/shuju/renfang/index/zhiding.png
  2. 8
      src/views/modules/home/index.vue

BIN
src/assets/images/shuju/renfang/index/zhiding.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

8
src/views/modules/home/index.vue

@ -129,8 +129,8 @@
</div>
<div class="item-title"
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 450px;">
<img v-if="index === 0" class="thumbnail_1" referrerpolicy="no-referrer"
src="https://lanhu.oss-cn-beijing.aliyuncs.com/psjidpevo98fb607sd028bliakr139r25k82b2fbda-8291-4fe3-b190-bfe723a10036" />{{
<img v-if="item.msgType == 'resident_category'" class="thumbnail_1" style="width: 17px;" referrerpolicy="no-referrer"
src="~@/assets/images/shuju/renfang/index/zhiding.png" />{{
item.content }}
</div>
</div>
@ -165,9 +165,9 @@
</template>
</el-table-column>
<el-table-column label="分类信息不完整数" align="center" :show-overflow-tooltip="true">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<span style="color:#ff1200;cursor: pointer;" @click="handelCLickJump(scope.row)">{{scope.row.nonIntegratedNum}}</span>
</template>
</template> -->
</el-table-column>
<el-table-column label="更新负责人" :show-overflow-tooltip="true" align="center" v-if="showAll">
<template slot-scope="scope">

Loading…
Cancel
Save