king
2023-03-28 ffd044cf75ae896187b938e91dbd8fb83abd3615
src/templates/zshare/modalform/index.jsx
@@ -230,6 +230,9 @@
      if (sessionStorage.getItem('appType') === 'mob') {
        shows.push('hidelabel')
      }
      if (this.record.readonly === 'true' && this.record.hidden !== 'true') {
        shows.push('unchecked')
      }
    } else if (['date', 'datemonth', 'datetime'].includes(type)) {
      reOptions.initval = dateOptions[type]
      reTypes.initval = 'select'