소스 검색

D1L输入类型暂用下拉输入方式

zhangyu 5 년 전
부모
커밋
c2168dfd2d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/utils/handsontable/notShow.js

+ 2 - 2
src/utils/handsontable/notShow.js

@@ -1017,7 +1017,7 @@ const showTools = {
             }
         }
 
-        if (item.InputMode == "D1" || item.InputMode == "E1") { //单选输入
+        if (item.InputMode == "D1" || item.InputMode == "E1" || item.InputMode == "D1L") { //单选输入
             return {
                 data: item.Path,
                 renderer: tools.customDropdownRenderer,
@@ -1128,7 +1128,7 @@ const showTools = {
             }
         }
 
-        if (item.InputMode == "D1" || item.InputMode == "E1") { //单选输入
+        if (item.InputMode == "D1" || item.InputMode == "E1" || item.InputMode == "D1L") { //单选输入
             return {
                 data: item.Path,
                 renderer: tools.customDropdownRenderer,