Explorar el Código

1. 修复字段取错

MONSTER-ygh hace 1 año
padre
commit
4b1e0a34e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/viewers/index.vue

+ 1 - 1
src/views/order/viewers/index.vue

@@ -93,7 +93,7 @@
       <el-table-column label="购票人手机号" align="center" prop="memberMobile" />
       <el-table-column label="订单应付总额" align="center">
         <template slot-scope="scope">
-          <span>{{ scope.row.priceTotal || scope.row.priceTotal == 0  ? '¥' + scope.row.realPriceTotal : '-' }}</span>
+          <span>{{ scope.row.priceTotal || scope.row.priceTotal == 0  ? '¥' + scope.row.priceTotal : '-' }}</span>
         </template>
       </el-table-column>
       <el-table-column label="订单实付总额" align="center">