diff --git a/project/fengdu/app/AppResidentIntegrating/components/Detail.vue b/project/fengdu/app/AppResidentIntegrating/components/Detail.vue index 1975a4cc..0afde2c5 100644 --- a/project/fengdu/app/AppResidentIntegrating/components/Detail.vue +++ b/project/fengdu/app/AppResidentIntegrating/components/Detail.vue @@ -40,7 +40,7 @@ {{ row.integralCalcType == 0 ? '-' : '+' }}{{ row.changeIntegral }} - + @@ -80,7 +80,7 @@ colConfigs() { return [ {prop: "doTime", label: '时间', align: "left", width: "200px"}, - {prop: "integralType", label: '类型', align: "center", width: "240px", dict: "integralType"}, + {prop: "integralType", label: '类型', align: "center", dict: "integralType"}, {slot: "changeIntegral"}, {prop: "nowIntegral", label: '剩余积分', align: "center" }, {slot: "eventDesc"},