Browse Source

订单列表,修改了订单号绑定的字段

LiRong 3 months ago
parent
commit
c49beb5379
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/order/manage/index.vue

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

@@ -24,7 +24,7 @@ const listPageData = reactive({
     tableColumn: [
         {
             label: '订单ID',
-            prop: 'mainOrderId',
+            prop: 'outTradeNo',
             width: '180px'
         },
         {