积分规则

This commit is contained in:
liuye
2024-11-06 09:12:44 +08:00
parent e3c79f232d
commit a22b574614

View File

@@ -17,8 +17,9 @@
<el-table-column slot="scoringCycle" label="周期范围" align="center">
<template slot-scope="{ row }">
<span v-if="row.parentRuleName == '工单处理'">-</span>
<span v-else>{{row.numberLimit && row.numberLimit.length ? $dict.getLabel("integralRuleScoringCycle", row.scoringCycle)
<span v-if="row.parentRuleName != '工单处理' && row.numberLimit">{{row.numberLimit.length ? $dict.getLabel("integralRuleScoringCycle", row.scoringCycle)
: $dict.getLabel("integralRuleScoringCycle", row.scoringCycle) + row.numberLimit + ""}}</span>
<span v-if="row.parentRuleName != '工单处理' && !row.numberLimit">{{$dict.getLabel("integralRuleScoringCycle", row.scoringCycle) + "不限次"}}</span>
</template>
</el-table-column>
<el-table-column slot="integral" label="分值" align="center">