BUG 30979

This commit is contained in:
aixianling
2022-08-29 11:05:29 +08:00
parent 90293be2fa
commit c09ead4515

View File

@@ -43,7 +43,7 @@
:size.sync="search.size" :size.sync="search.size"
:dict="dict" :dict="dict"
@getList="getList"> @getList="getList">
<el-table-column slot="integral" label="分值" align="center"> <el-table-column slot="integral" label="分值" align="center" width="70px">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<span <span
v-if="row.integralValueType == 1"> v-if="row.integralValueType == 1">
@@ -190,9 +190,9 @@ export default {
}, },
total: 10, total: 10,
colConfigs: [ colConfigs: [
{prop: "classification", label: "类型", width: 168, dict: 'classification'}, {prop: "classification", label: "类型", dict: 'classification'},
{prop: "ruleDescription", label: "规则说明", width: 390}, {prop: "ruleDescription", label: "规则说明", width: 390},
{prop: "upperLimit", label: "每天获取次数", align: 'center'}, {prop: "upperLimit", label: "每天获取次数", align: 'center', width: 110},
{slot: "integral", label: "分值", width: 70}, {slot: "integral", label: "分值", width: 70},
{ {
prop: "ruleStatus", prop: "ruleStatus",