|
@@ -15,7 +15,7 @@
|
|
|
<script>
|
|
|
import toolbar from './toolbar';
|
|
|
import mxFilterList from '@/mixins/filterList';
|
|
|
-import { getPage, delItem } from '@/api/points/detail';
|
|
|
+import { getIntegralPage } from '@/api/integral-cash';
|
|
|
|
|
|
export default {
|
|
|
name: 'PointsDetail',
|
|
@@ -24,7 +24,7 @@ export default {
|
|
|
|
|
|
mixins: [
|
|
|
mxFilterList({
|
|
|
- fetchList: getPage // 在下方data再声明一个 fetchList: iGetList 同等效果
|
|
|
+ fetchList: getIntegralPage // 在下方data再声明一个 fetchList: iGetList 同等效果
|
|
|
})
|
|
|
],
|
|
|
|
|
@@ -36,16 +36,15 @@ export default {
|
|
|
name: '用户ID',
|
|
|
width: this.$col.b
|
|
|
},
|
|
|
- // {
|
|
|
- // key: 'region',
|
|
|
- // name: '昵称',
|
|
|
- // width: '180'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // key: 'region',
|
|
|
- // name: '手机号',
|
|
|
- // width: '120'
|
|
|
- // },
|
|
|
+ {
|
|
|
+ key: 'nickname',
|
|
|
+ name: '账号昵称'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key: 'phonenumber',
|
|
|
+ name: '账号手机号码',
|
|
|
+ width: this.$col.b
|
|
|
+ },
|
|
|
{
|
|
|
key: 'scene',
|
|
|
name: '场景',
|