瀏覽代碼

12/25 13:50

1
mo 4 年之前
父節點
當前提交
0415e3f944

+ 2 - 1
src/views/teamBuild/components/soundSetComponents/chioseMusic.vue

@@ -20,7 +20,8 @@
               :label="item.name"
               :value="item.id"
               :disabled="checkDisabled(item)"
-            ></el-option>
+            >
+            </el-option>
           </el-select>
         </div>
         <div class="flexRow">

+ 6 - 1
src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

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