设置前效果

进入接口工具

1、复制工具里面的内容到文件,然后修改对应字段名称
2、把内容复制到 bridge_zt-scripture__biz.description.json
C:\0_RG\Code\RG6.PF\rg3-pf\RG3.Web.Host.PaaS\Config\Bridge\basis\zentao\bridge_zt-scripture__biz.description.json
3、把description替换为实际的字段

{
  "table": {
    "columns": {
      // #region 概要
      "description": {
        "attrs": {
          //内容替换
          "show-content-title": "详情",
          "positionType": "expand",
          //多行文本框情况添加行
          "rows": 5,
          "type": "textarea",
          "autosize": true
        },
        "meta": {
          "positionType": "expand",
          "component": "bs-text",
          "componentOp": "bs-input"
        }
      }
      // #endregion 概要
    }
  },
  "form": {
    "columns": {
      // #region 概要
      "description": {
        "attrs": {
          //多行文本框情况添加行
          "rows": 5,
          "type": "textarea",
          "autosize": true
        },
        "meta": {
          "span": 24,
          "component": "bs-input"
        }
      }
      // #endregion 概要
    }
  },
  "search": {
    "columns": {

    }
  }
}

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

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

设置后效果

文档更新时间: 2023-06-12 11:17   作者:admin