Explorar el Código

公式去重,去空

gangyj hace 2 años
padre
commit
7de66b9ce8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/formula/edit.vue

+ 2 - 2
src/views/formula/edit.vue

@@ -423,8 +423,8 @@ export default {
       componentMap:{
         '日期偏移':'date-deviation',
         '日期格式化':'date-format',
-        '去重':'datas-repeat',
-        '去空':'datas-reme',
+        // '去重':'datas-repeat',
+        // '去空':'datas-reme',
         '下标取数':'datas-getlist',
         '数组转字符串':"datas-join",
         '判断':'ifelse'