Browse Source

红旗问题

master
wbc 4 weeks ago
parent
commit
7ed06d36f5
  1. BIN
      public/红旗.png
  2. 2
      src/views/projectBoard/unfinishNode/index.vue

BIN
public/红旗.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

2
src/views/projectBoard/unfinishNode/index.vue

@ -44,7 +44,7 @@
<template v-if="column && record && column.dataIndex === 'redFlagCount'">
<div style="display: flex; justify-content: center">
<div v-for="(item, index) in getRedFlag(record.redFlagCount)" :key="index">
<img src="@/assets/images/红旗.png" alt="" class="redFlag" />
<img src="/public/红旗.png" alt="" class="redFlag" />
</div>
</div>
</template>

Loading…
Cancel
Save