This commit is contained in:
shijingjing
2022-06-30 20:42:20 +08:00
parent fa6ea7a9b3
commit 6a09277e2b

View File

@@ -94,7 +94,7 @@ export default {
},
colConfigs() {
return [
{prop: "partyName", label: "姓名", align: 'center'},
{prop: "partyName", label: "姓名",},
{prop: "remark", label: "调整说明", align: 'center'},
{prop: "integralType", label: "类型", dict: "partyIntegralType", align: 'center'},
{prop: "integral", label: "积分", align: "center", render: (h, {row}) => h('p',{textAlign:'center'}, `${row.integralType == 1 ? '+' : '-'}${row.integral}`)},