积分规则

This commit is contained in:
shijingjing
2022-06-29 17:57:36 +08:00
parent 0f3276ceca
commit d7568eb799
5 changed files with 217 additions and 105 deletions

View File

@@ -83,7 +83,7 @@
</template>
</el-table-column>
<el-table-column label="操作" align="center">
<template slot-scope="{row,$index}">
<template slot-scope="{ $index }">
<el-button type="text" @click="handleDelete($index)">删除</el-button>
</template>
</el-table-column>
@@ -145,8 +145,8 @@ export default {
search: {status: "", eventType: null},
page: {current: 1, size: 10, total: 0},
colConfigs: [
{prop: "event", label: "事件", dict: "integralRuleEvent"},
{prop: "type", label: "类型", dict: "integralRuleEventType"},
{prop: "event", label: "事件", dict: "partyIntegralRuleEvent"},
{prop: "type", label: "类型", dict: "integralRuleEvent4"},
{prop: "ruleType", label: "规则", dict: "integralRuleRuleType"},
{prop: "scoringCycle", label: "周期范围", dict: "integralRuleScoringCycle"},
{prop: "status", label: "状态", align: "center", width: 96, dict: "integralRuleStatus"},