设置前效果

进入接口工具

1、复制工具里面的内容到文件,然后修改对应字段名称(“disabled”: true)
2、把内容复制到 bridge_zt-scripture__form.json
C:\0_RG\Code\RG6.PF\rg3-pf\RG3.Web.Host.PaaS\Config\Bridge\basis\zentao\bridge_zt-scripture__form.json

{
  "form": {
    "tabs": [
      {
        "tabId": 1,
        "attrs": {
          "label": "基本信息"
        },
        "rows": []
      },
      {
        "tabId": 16,
        "attrs": {
          "label": "图片信息"
        },
        "rows": []
      },
      {
        "tabId": 8,
        "attrs": {
          "label": "经文简要"
        },
        "rows": []
      }
    ],
    "rows": [
      {
        "rowId": 1,
        "attrs": {
          "label": "基本信息"
        },
        "meta": {
          "tabId": 1
        },
        "columns": []
      },
      {
        "rowId": 16,
        "attrs": {
          "label": "图片信息"
        },
        "meta": {
          "tabId": 16
        },
        "columns": []
      },
      {
        "rowId": 3,
        "attrs": {
          "label": "审核状态"
        },
        "meta": {
          "tabId": 3
        },
        "columns": []
      },
      {
        "rowId": 8,
        "attrs": {
          "label": "经文简要"
        },
        "meta": {
          "tabId": 8
        },
        "columns": []
      }
    ],
    "columns": {
      "imgUrl": {
        "meta": {
          "rowId": "16",
          "tabId": "16"
        }
      },
      "description": {
        "meta": {
          "rowId": "8",
          "tabId": "8"
        }
      }
    }
  }
}

推送并令配置生效(build-bridge-used)

http://localhost:5775/auth/main-content

设置后效果

文档更新时间: 2023-07-20 11:10   作者:admin