king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/templates/zshare/modalform/index.jsx
@@ -973,6 +973,16 @@
            return
          }
          if (values.field && values.type === 'text' && (/addr/ig.test(values.field) || /地址/ig.test(values.label))) {
            if (values.fieldlength <= 50) {
              notification.warning({
                top: 92,
                message: '检测到当前字段为地址,请确认字段长度是否合适。',
                duration: 5
              })
            }
          }
          // 下拉菜单或联动菜单
          if (['multiselect', 'select', 'link', 'radio', 'checkbox'].includes(values.type)) {
            if (values.resourceType === '0') {