lex 1 rok pred
rodič
commit
7f813fcbf8

+ 6 - 0
src/views/accompaniment/modals/edit-music.vue

@@ -705,10 +705,16 @@ export default {
           this.dialogTitle = "收费方式";
         } else if (type === "sortNumber") {
           this.dialogTitle = "排序";
+        } else if (type === "scoreType") {
+          this.dialogTitle = "默认谱面";
+        } else if (type === "isConvertibleScore") {
+          this.dialogTitle = "是否可转谱";
         }
         this.dialogForms.musicSheetCategoryId = null;
         this.dialogForms.rankType = null;
         this.dialogForms.sortNumber = null;
+        this.dialogForms.scoreType = null;
+        this.dialogForms.isConvertibleScore = null;
         this.dialogVisible = true;
         this.dialogType = type;
       } catch (e) {