Explorar el Código

优化器核对

tangjunhao hace 6 meses
padre
commit
f478d8d553
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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' },
 
 ])