Explorar el Código

Update three.vue

lex-xin hace 4 años
padre
commit
6322bb0ddb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>