Commit 13919906 authored by zhengke's avatar zhengke

修改是否收费

parent bb67708f
...@@ -829,11 +829,11 @@ ...@@ -829,11 +829,11 @@
inputVisible2: false, inputVisible2: false,
inputValue2: "", inputValue2: "",
IsFreeList: [{ IsFreeList: [{
value: 0, value: 1,
label: "是" label: "是"
}, },
{ {
value: 1, value: 0,
label: "否" label: "否"
} }
], ],
......
...@@ -393,11 +393,11 @@ ...@@ -393,11 +393,11 @@
value: "-1", value: "-1",
label: "不限" label: "不限"
},{ },{
value: "0", value: "1",
label: "免费" label: "免费"
}, },
{ {
value: "1", value: "0",
label: "有价" label: "有价"
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment