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