This commit is contained in:
yanran200730
2023-04-07 11:19:51 +08:00
parent e420628475
commit c151ca3679
5 changed files with 164 additions and 24 deletions

View File

@@ -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,