浏览代码

修改提示

lex 1 年之前
父节点
当前提交
7f813fcbf8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/accompaniment/modals/edit-music.vue

+ 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) {