Browse Source

查询订单列表。关联账号昵称

梁展鹏 3 years ago
parent
commit
8a50271d20
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/financialManagement/orderManagement/index.vue

+ 2 - 3
src/views/financialManagement/orderManagement/index.vue

@@ -37,9 +37,8 @@ export default {
           minWidth: this.$col.b
         },
         {
-          key: 'accountNickname',
-          name: '账号昵称',
-          width: this.$col.s
+          key: 'nickname',
+          name: '账号昵称'
         },
         {
           key: 'payablePrice',