修复颜色页面bug
This commit is contained in:
@@ -187,17 +187,21 @@ export default defineComponent({
|
||||
value: "",
|
||||
},
|
||||
{
|
||||
label: "visitor",
|
||||
value: "1",
|
||||
},
|
||||
{
|
||||
label: "trial",
|
||||
value: "2",
|
||||
},
|
||||
{
|
||||
label: "official",
|
||||
value: "3",
|
||||
},
|
||||
label:'visitor',
|
||||
value:'0',
|
||||
},
|
||||
{
|
||||
label:'yearly',
|
||||
value:'1',
|
||||
},
|
||||
{
|
||||
label:'monthly',
|
||||
value:'2',
|
||||
},
|
||||
{
|
||||
label:'trial',
|
||||
value:'3',
|
||||
},
|
||||
{
|
||||
label: "userInEvent",
|
||||
value: "4",
|
||||
|
||||
Reference in New Issue
Block a user