\Config\Mapper\basis\hrm\mapper_hrm-bx-payment_sql__responsefield.json

 //#region 显示在表格主位置
 "positionField": [
   "idCard",
   "jfjsPrice",
   "gsPrice",
   "syPrice",
   "sbDepName",
   "enterpriseName",
   "totalPrice"
 ],
 //#endregion 显示在表格主位置

把折叠里面重要的字段迁移到表格行

在文件下面给对应字段属性配置 “positionType”: “main”

C:\0_RG\Code\RG6.PF\rg3-pf\RG3.Web.Host.PaaS\Config\Bridge\basis\zentao\bridge_zt-scripture__table.json

{
  "table": {
    "columns": {
      "vipLevel": {
        "attrs": {
          "positionType": "main"
        }
      }
    }
  }
}

从表格行迁移到折叠 删除”positionType”: “main”,添加”type”: “expand”,


        "attrs": {
          "type": "expand",
        },

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

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

转移后效果

文档更新时间: 2024-05-04 15:54   作者:admin