king
2021-05-18 f07fcb9f65ce2468439452755663870e7afc15c4
src/templates/zshare/formconfig.jsx
@@ -1908,6 +1908,7 @@
 * @param {*} subtable        // 是否为子表表单
 */
export function getModalForm (card, inputfields = [], tabfields = [], linkableFields, linksupFields, subtable = false) {
  let appType = sessionStorage.getItem('appType')
  let roleList = sessionStorage.getItem('sysRoles')
  if (roleList) {
    try {
@@ -2458,7 +2459,8 @@
      label: '名称宽度',
      initVal: card.labelwidth || 33.3,
      tooltip: '名称占据表单宽度的百分比。注:存在多列表单时,当前表单如果想要占据整行可参照以下比例,两列(16.2)、三列(10.5)、四列(7.7)',
      required: true
      required: true,
      forbid: appType === 'mob'
    },
    {
      type: 'text',
@@ -2521,7 +2523,8 @@
      label: '悬浮提示',
      tooltip: '鼠标悬浮于提示文字上方时,显示提示信息。',
      initVal: card.tooltip || '',
      required: false
      required: false,
      forbid: appType === 'mob'
    },
    {
      type: 'text',
@@ -2529,7 +2532,8 @@
      label: '底部提示',
      tooltip: '显示于表单底部。',
      initVal: card.extra || '',
      required: false
      required: false,
      forbid: appType === 'mob'
    },
    {
      type: 'text',