206
This commit is contained in:
@@ -129,11 +129,13 @@ export default {
|
||||
...mapState(['user']),
|
||||
colConfigs() {
|
||||
return [
|
||||
{ prop: "userName", label: '姓名', align: "left", },
|
||||
{ prop: "girdName", label: '所属网格', align: "center" },
|
||||
{ prop: "integral", label: '积分余额', align: "center", sortable: "custom" },
|
||||
{ prop: "totalIntegral", label: '累计积分', align: "center", sortable: "custom" },
|
||||
{ prop: "usedIntegral", label: '已用积分', align: "center", sortable: "custom" },
|
||||
{ prop: "integralUserName", label: '姓名', align: "left", },
|
||||
{ prop: "areaName", label: '所属地区', align: "center" },
|
||||
{ prop: "auditDesc", label: '调整说明', align: "center" },
|
||||
{ prop: "applyItemName", label: '类型', align: "center" },
|
||||
{ prop: "applyIntegral", label: '积分', align: "center" },
|
||||
{ prop: "auditTime", label: '操作时间', align: "center", sortable: "custom" },
|
||||
{ prop: "auditUserName", label: '操作人', align: "center", sortable: "custom" },
|
||||
{ slot: "options" },
|
||||
]
|
||||
},
|
||||
@@ -149,7 +151,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getTableData() {
|
||||
this.instance.post(`/app/appintegraluser/integralManager`,null,{
|
||||
this.instance.post(`/app/appintegraluserapply/list`,null,{
|
||||
params: {
|
||||
...this.search,
|
||||
current: this.current,
|
||||
|
||||
Reference in New Issue
Block a user