Explorar el Código

组件规则修改

duy hace 2 meses
padre
commit
56d5bf2fdb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/archives/rolling/bookmark.vue

+ 2 - 2
src/views/archives/rolling/bookmark.vue

@@ -186,14 +186,14 @@ const coilsize = ref([
 ])
 const ruleTypeList = ref([
 {
-        label: '单独组卷',
+        label: '最高组卷',
         value: 1,
       }, {
         label: '分类并卷',
         value: 2,
       },
       {
-        label: '最高组卷',
+        label: '单独组卷',
         value: 3,
       },
 ])