This commit is contained in:
shijingjing
2022-06-30 15:27:00 +08:00
parent 1c9490427b
commit 844fad5301
3 changed files with 57 additions and 63 deletions

View File

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