@@ -91,7 +89,7 @@
{ prop: 'partyName', label: '申请人' },
{ prop: 'partyPhone', align: 'center', label: '联系电话' },
{ prop: 'createTime', align: 'center', label: '申请时间' },
- { prop: 'integralRuleName', align: 'center', label: '积分类型', },
+ { prop: 'integralRuleName', align: 'center', label: '积分类型'},
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('integralDeclareStatus', v) : '-' },
{ prop: 'auditUserName', align: 'center', label: '审批人' },
{ prop: 'auditTime', align: 'center', label: '审批时间' }
diff --git a/project/sanjianxi/apps/AppPartyScoreRules/components/applyForIntegral.vue b/project/sanjianxi/apps/AppPartyScoreRules/components/applyForIntegral.vue
index fe1a4eef..a451b8ed 100644
--- a/project/sanjianxi/apps/AppPartyScoreRules/components/applyForIntegral.vue
+++ b/project/sanjianxi/apps/AppPartyScoreRules/components/applyForIntegral.vue
@@ -163,7 +163,7 @@ export default {
page: {current: 1, size: 10, total: 0},
colConfigs: [
{prop: "eventName", label: "事件名称", dict: "integralRuleEvent", align: "center"},
- {prop: "eventDesc", label: "简介", dict: "integralRuleEventType", align: "center"},
+ {prop: "eventDesc", label: "简介", dict: "integralRuleEventType", align: "center", "show-overflow-tooltip": true},
{prop: "ruleType", label: "规则", dict: "integralRuleRuleType", align: "center"},
{prop: "scoringCycle", label: "周期范围", dict: "integralRuleScoringCycle", align: "center"},
{prop: "status", label: "状态", align: "center", width: 96, dict: "integralRuleStatus"},