Compare commits

...

2 Commits

Author SHA1 Message Date
wbc 611415c4ba 红旗修改 4 weeks ago
wbc 7ed06d36f5 红旗问题 4 weeks ago
  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'"> <template v-if="column && record && column.dataIndex === 'redFlagCount'">
<div style="display: flex; justify-content: center"> <div style="display: flex; justify-content: center">
<div v-for="(item, index) in getRedFlag(record.redFlagCount)" :key="index"> <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>
</div> </div>
</template> </template>

Loading…
Cancel
Save