From 049deb211637f018555fa7eab21869169c4d9ce7 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Wed, 15 May 2024 11:06:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=93=8D=E4=BD=9C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/lib/layui/customer/skyeye/dsFormUtil.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js b/web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js index 0116d896d..64ff042cb 100644 --- a/web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js +++ b/web/src/main/resources/template/assets/lib/layui/customer/skyeye/dsFormUtil.js @@ -1247,16 +1247,8 @@ var dsFormColumnUtil = { var value = d.value; // 获取属性对应的组件编码---todo 后续根据编号加载对应的dom var numCode = dsFormColumnUtil.getAttrKeyNumCode(attrKey); - if (isNull(numCode)) { - return `` - } else { - if (numCode == 'enumCardSolt' || numCode == 'dictDataCardSolt') { - // 枚举卡槽/数据字典卡槽 - - } - } - return '暂不支持'; + return `` }, getAttrKeyNumCode: function (attrKey) { -- GitLab