ZaiZai hace 2 años
padre
commit
096c0b8d88
Se han modificado 2 ficheros con 291 adiciones y 273 borrados
  1. 291 267
      src/views/file/collection.vue
  2. 0 6
      src/views/file/records.vue

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 291 - 267
src/views/file/collection.vue


+ 0 - 6
src/views/file/records.vue

@@ -1304,13 +1304,7 @@ const setFileNumber = () => {
         } else {
             numL = batchSet.value.numberEnd.length
         }
-
-        //检测前缀最后是否有-
         let prefix = batchSet.value.prefix
-        if (prefix.charAt(prefix.length - 1) !== '-') {
-            //没有就加上
-            prefix = prefix + '-'
-        }
 
         //遍历赋值
         let index = 0

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio