This commit is contained in:
闫晓茹 2023-03-03 14:18:22 +08:00
parent 36e381eb3b
commit 1795c9102c

View File

@ -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: "签到",