This commit is contained in:
shijingjing
2022-06-30 16:31:52 +08:00
parent 7a0ae3143b
commit a08aca7afe

View File

@@ -162,8 +162,8 @@ export default {
search: {status: "", eventName: ""},
page: {current: 1, size: 10, total: 0},
colConfigs: [
{prop: "eventName", label: "事件名称", dict: "integralRuleEvent", align: "center", "show-overflow-tooltip": true},
{prop: "eventDesc", label: "简介", dict: "integralRuleEventType", align: "center", "show-overflow-tooltip": true},
{prop: "eventName", label: "事件名称", dict: "integralRuleEvent", "show-overflow-tooltip": true},
{prop: "eventDesc", label: "简介", dict: "integralRuleEventType", "show-overflow-tooltip": true},
{prop: "ruleType", label: "规则", dict: "partyIntegralRuleRuleType", align: "center"},
{prop: "scoringCycle", label: "周期范围", dict: "integralRuleScoringCycle", align: "center"},
{prop: "scoringCycle", label: "积分分值", dict: "integralRuleScoringCycle", align: "center"},