TIANYONG преди 8 месеца
родител
ревизия
c9201d85c3
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/page-instrument/custom-plugins/guide-driver/index.tsx

+ 2 - 2
src/page-instrument/custom-plugins/guide-driver/index.tsx

@@ -528,7 +528,7 @@ export const FollowDriver = defineComponent({
     };
 
     // 声部
-    let length = props.statusAll.subjectStatus ? 4 : 3;
+    let length = props.statusAll.subjectStatus ? 5 : 4;
     const driverOptions: Config = {
       showProgress: false,
       allowClose: false,
@@ -733,7 +733,7 @@ export const EvaluatingDriver = defineComponent({
     };
 
     // 声部
-    let length = props.statusAll.subjectStatus ? 5 : 4;
+    let length = props.statusAll.subjectStatus ? 6 : 5;
 
     const driverOptions: Config = {
       showProgress: false,