natasha преди 1 година
родител
ревизия
4e97b19bae
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/personalCenter/components/OrderList.vue

+ 2 - 2
src/views/personalCenter/components/OrderList.vue

@@ -29,7 +29,7 @@
             </template>
         </el-table-column>
         <el-table-column
-            prop="goods_name"
+            prop="name"
             label="购买商品"
             min-width="220">
         </el-table-column>
@@ -71,7 +71,7 @@
             label="支付金额"
             width="96">
             <template slot-scope="scope">
-                <span v-if="scope.row.pay_amount">¥{{scope.row.pay_amount | cutMoneyFiter}}</span>
+                <span v-if="scope.row.order_amount">¥{{scope.row.order_amount | cutMoneyFiter}}</span>
                 <span v-else>-</span>
             </template>
         </el-table-column>