bug
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<!-- <span>每周监测</span> -->
|
||||
</div>
|
||||
<div class="option-item__right">
|
||||
<span>{{ filed.c }}票</span>
|
||||
<span>{{ filed.c || 0}}票</span>
|
||||
<span>{{ (((filed.c || 0) / fieldDataCount[`field_${index}`]) * 100).toFixed(2) }}%</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="user-list" v-show="currIndex === 1">
|
||||
<div class="user-item" v-for="(item, index) in list" :key="index">
|
||||
<div class="user-item__left">
|
||||
<image :src="$cdn + 'avatar.png'" />
|
||||
<image src="./components/img/user-icon.png" />
|
||||
<div class="right">
|
||||
<div class="right-top">
|
||||
<h2><AiOpenData v-if="item.id" type="userName" :openid="item.id"/></h2>
|
||||
|
||||
BIN
src/saas/AppAskForm/components/img/user-icon.png
Normal file
BIN
src/saas/AppAskForm/components/img/user-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user