Browse Source

订单管理-流水号字段修改为official_sn

dujingxian 4 years ago
parent
commit
403822c840
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/subPages/order.vue

+ 3 - 3
src/pages/subPages/order.vue

@@ -38,11 +38,11 @@
                 <el-tag type = 'danger' v-if="row.order_state == '0'">已取消</el-tag>
             </template>
         </el-table-column>
-        <!-- <el-table-column align="left" prop="offer_sn" label="批次号"></el-table-column> -->
+        <!-- <el-table-column align="left" prop="official_sn" label="批次号"></el-table-column> -->
         <el-table-column align="left" prop="order_sn" width="180" label="平台单号"></el-table-column>
-        <el-table-column align="left" prop="offer_sn" width="250" label="官方流水号">
+        <el-table-column align="left" prop="official_sn" width="250" label="官方流水号">
             <template slot-scope="{row}">
-                {{row.offer_sn ? row.offer_sn : '无'}}
+                {{row.official_sn ? row.official_sn : '无'}}
             </template>
         </el-table-column>
         <el-table-column align="right" prop="mch_amount" label="扣款金额" width="80"></el-table-column>