Browse Source

Update three.vue

lex-xin 4 years ago
parent
commit
6322bb0ddb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/chargeManager/three.vue

+ 1 - 1
src/views/chargeManager/three.vue

@@ -10,7 +10,7 @@
             <template slot-scope="scope">
               <div v-if="scope.row.typeRouteScale && scope.row.typeRouteScale.length > 0">
                 <p v-for="(item, index) in scope.row.typeRouteScale" :key="index">
-                  {{ getOrganToStr(item.organId) }}--{{ getTypes(item.feeType) }}
+                  {{ getOrganToStr(item.organId) }}--{{ getTypes(item.feeType) }} {{ item.scale }}%
                 </p>
               </div>
             </template>