浏览代码

Money 更换

bding 1 年之前
父节点
当前提交
0305ec4233
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/contract_manage/components/allocationNumber.vue

+ 2 - 2
src/views/contract_manage/components/allocationNumber.vue

@@ -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)}` }}