1
@@ -20,7 +20,8 @@
:label="item.name"
:value="item.id"
:disabled="checkDisabled(item)"
- ></el-option>
+ >
+ </el-option>
</el-select>
</div>
<div class="flexRow">
@@ -64,7 +64,12 @@
:key="index"
+ <span style="float: left">{{ item.name }}</span>
+ <span style="float: right; color: #8492a6; font-size: 13px; padding-right:20px">{{
+ item.groupPurchasePrice|moneyFormat
+ }}元</span>
</el-collapse-item>