Commit d6e028dc by 吕明尚

房间页面选择套餐增加价格

parent 7fe8eb46
......@@ -231,7 +231,7 @@
<el-option
v-for="item in packList"
:key="item.id"
:label="item.name+'-'+'时段'+item.packaStartPeriod+'-'+item.packaEndPeriod"
:label="item.name+'¥'+item.price+'元'+'-'+'时段'+item.packaStartPeriod+'-'+item.packaEndPeriod"
:value="item.id"
></el-option>
</el-select>
......@@ -389,7 +389,7 @@ export default {
cssClass:''
},
value: obj.id.toString(),
label: obj.name + obj.price + '元' + '-' + '时段' + obj.packaStartPeriod + '-' + obj.packaEndPeriod,
label: obj.name + '¥' + obj.price + '元' + '-' + '时段' + obj.packaStartPeriod + '-' + obj.packaEndPeriod,
}
})
this.$forceUpdate();
......
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