梁展鹏 3 年之前
父节点
当前提交
b25d7bef66
共有 2 个文件被更改,包括 20 次插入0 次删除
  1. 10 0
      src/views/financialManagement/cashDetail/index.vue
  2. 10 0
      src/views/pointsManagement/pointsDetail/index.vue

+ 10 - 0
src/views/financialManagement/cashDetail/index.vue

@@ -36,6 +36,16 @@ export default {
           name: '用户ID',
           width: this.$col.b
         },
+        // {
+        //   key: 'region',
+        //   name: '昵称',
+        //   width: '180'
+        // },
+        // {
+        //   key: 'region',
+        //   name: '手机号',
+        //   width: '120'
+        // },
         {
           key: 'scene',
           name: '场景',

+ 10 - 0
src/views/pointsManagement/pointsDetail/index.vue

@@ -57,6 +57,16 @@ export default {
           minWidth: this.$col.b
         },
         {
+          key: 'type',
+          name: '类型',
+          minWidth: this.$col.b
+        },
+        {
+          key: 'value',
+          name: '数值',
+          minWidth: this.$col.b
+        },
+        {
           key: 'createAt',
           name: '时间',
           width: this.$col.b