修改
This commit is contained in:
parent
36e381eb3b
commit
1795c9102c
@ -165,9 +165,9 @@
|
|||||||
/> -->
|
/> -->
|
||||||
<el-table-column label="系统设置类型" align="center" prop="settingsType">
|
<el-table-column label="系统设置类型" align="center" prop="settingsType">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{
|
<!-- {{
|
||||||
scope.row.settingsType == "INTEGRAL_EXCHANGE_RULE" ? "积分兑换" : ""
|
scope.row.settingsType == "INTEGRAL_EXCHANGE_RULE" ? "积分兑换" : ""
|
||||||
}}
|
}} -->
|
||||||
{{ scope.row.settingsType == "SIGN_IN_RULE" ? "签到" : "" }}
|
{{ scope.row.settingsType == "SIGN_IN_RULE" ? "签到" : "" }}
|
||||||
{{ scope.row.settingsType == "INTEGRAL_DEDUCTION" ? "积分抵扣" : "" }}
|
{{ scope.row.settingsType == "INTEGRAL_DEDUCTION" ? "积分抵扣" : "" }}
|
||||||
{{ scope.row.settingsType == "INVITE_FRIENDS" ? "邀请好友" : "" }}
|
{{ scope.row.settingsType == "INVITE_FRIENDS" ? "邀请好友" : "" }}
|
||||||
@ -363,10 +363,10 @@ export default {
|
|||||||
return {
|
return {
|
||||||
imgsurl: { pictureUrlList: [] },
|
imgsurl: { pictureUrlList: [] },
|
||||||
options: [
|
options: [
|
||||||
{
|
// {
|
||||||
value: "INTEGRAL_EXCHANGE_RULE",
|
// value: "INTEGRAL_EXCHANGE_RULE",
|
||||||
label: "积分兑换",
|
// label: "积分兑换",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
value: "SIGN_IN_RULE",
|
value: "SIGN_IN_RULE",
|
||||||
label: "签到",
|
label: "签到",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user