|
@@ -22,7 +22,7 @@
|
|
|
</el-input>
|
|
|
<p style="width: 38px">{{ roundedResult(item) }}</p>
|
|
|
</template>
|
|
|
- <p style="width: 38px; text-align: center" v-else>{{ item.Proportion }}</p>
|
|
|
+ <p style="width: 38px; text-align: center" v-else>{{ item.Money }}</p>
|
|
|
</div>
|
|
|
<div v-for="study in item.List" :key="study.RealName" class="industry-ul">
|
|
|
<span :class="['study-name', item.ChartPermissionName == '买方研选' && 'name-yanxuan']">{{ study.RealName }}</span>
|
|
@@ -32,7 +32,7 @@
|
|
|
</el-input>
|
|
|
<p style="width: 38px">{{ roundedResult(study) }}</p>
|
|
|
</template>
|
|
|
- <p style="width: 38px; text-align: center" v-else>{{ study.Proportion }}</p>
|
|
|
+ <p style="width: 38px; text-align: center" v-else>{{ study.Money }}</p>
|
|
|
</div>
|
|
|
<div class="all-item" v-if="item.ChartPermissionName != '买方研选'">
|
|
|
{{ allPerCentHandler(item) == 0 ? "" : `总值:${allPerCentHandler(item)}` }}
|