Parcourir la source

优化器核对

tangjunhao il y a 6 mois
Parent
commit
f478d8d553
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/titlecomponent/Doptimize.vue

+ 2 - 2
src/views/titlecomponent/Doptimize.vue

@@ -234,8 +234,8 @@ let daililist3= ref([
 
 let daililist4= ref([
   { label: 'LU分解', value: '0' },
-  { label: 'Cholesky分解', value: '1' },
-  { label: '第三方库并行分解', value: '2' },
+  { label: 'Cholesky分解', value: '2' },
+  { label: '第三方库并行分解', value: '3' },
 
 ])