king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
src/templates/zshare/modalform/modaleditable/index.jsx
@@ -134,7 +134,7 @@
    let fields = []
    let dataItem = data[0] || ''
    if (type === 'select' || type === 'radio') {
    if (type === 'select' || type === 'radio' || type === 'link') {
      fields = linkSubFields.map(cell => {
        return {
          title: cell.label,
@@ -233,7 +233,7 @@
          if (isNaN(val)) {
            val = ''
          }
        } catch {
        } catch (e) {
          val = ''
        }
      } else {
@@ -349,7 +349,7 @@
    let dataItem = dataSource ? dataSource[0] : ''
    if (type === 'select' || type === 'radio') {
    if (type === 'select' || type === 'radio' || type === 'link') {
      fields = linkSubFields.map(field => {
        return {
          title: field.label,