{
  "search": {
    "columns": {
      "createDate": {
        "sortId": 1
      },
      "orderName": {
        "sortId": 5,
        "attrs": {
          "label": "订单名",
          "placeholder": "订单名",
          "clearable": true
        }
      },
      "contactName": {
        "sortId": 10
      },
      "mercName": {
        "sortId": 15,
        "attrs": {
          "label": "档口名",
          "placeholder": "档口名",
          "clearable": true
        }
      },
      "supplierName": {
        "sortId": 20,
        "attrs": {
          "label": "供应商名",
          "placeholder": "供应商名",
          "clearable": true
        }
      },
      "orderStatusName": {
        // 全局禁用,不受权限和前端控制
        "enabled": false
      },
      "payStatusName": {
        "enabled": false
      },
      "payFromType": {
        "sortId": 25,
        "alias": "pay_from_type",
        "field": "payFromType",
        "events": {},
        "attrs": {
          "placeholder": "支付类型",
          "label": "支付类型",
          "maxlength": 10,
          "clearable": true,
          //自定义组件
          "component-type": "custom",
          "lazy-renger": true,
          "multiple": false
        },
        "attrsInt": {},
        "meta": {
          //显示应用  mobile  pc   ipad   不设置表示全部显示
          //"showApp": "",
          "fromValue": true,
          "dimSessionKey": "dim-order-pay-type",
          "dimLocalKey": "dim-order-pay-type",
          "dimMkey": "mall-order",
          "dimResField": "basis",
          "dimColumnField": "payFromType",
          //数据类型不一致导致问题设置  int 或 string
          "dimDataType": "string",
          "dimRemote": true,
          "dimUrl": null,
          "prop": "payFromType",
          "rowId": 1,
          "type": "basis",
          "span": 12,
          "auth": true,
          "component": "bs-select"
        }
      },
      "payStatus": {
        "sortId": 30,
        "alias": "pay_status",
        "field": "payStatus",
        "events": {},
        "attrs": {
          "placeholder": "支付状态",
          "label": "支付状态",
          "maxlength": 10,
          "clearable": true,
          //自定义组件
          "component-type": "custom",
          "lazy-renger": true,
          "multiple": false
        },
        "attrsInt": {},
        "meta": {
          //显示应用  mobile  pc   ipad   不设置表示全部显示
          //"showApp": "",
          "fromValue": true,
          "dimSessionKey": "dim-order-pay-status",
          "dimLocalKey": "dim-order-pay-status",
          "dimMkey": "mall-order",
          "dimResField": "basis",
          "dimColumnField": "payStatus",
          //数据类型不一致导致问题设置  int 或 string
          "dimDataType": "string",
          "dimRemote": true,
          "dimUrl": null,
          "prop": "payStatus",
          "rowId": 1,
          "type": "basis",
          "span": 12,
          "auth": true,
          "component": "bs-select"
        }
      },
      "orderStatus": {
        "sortId": 35,
        "alias": "order_status",
        "field": "orderStatus",
        "events": {},
        "attrs": {
          "placeholder": "订单状态",
          "label": "订单状态",
          "maxlength": 10,
          "clearable": true,
          //自定义组件
          "component-type": "custom",
          "lazy-renger": true,
          "multiple": false
        },
        "attrsInt": {},
        "meta": {
          //显示应用  mobile  pc   ipad   不设置表示全部显示
          //"showApp": "",
          "fromValue": true,
          "dimSessionKey": "dim-order-status",
          "dimLocalKey": "dim-order-status",
          "dimMkey": "mall-order",
          "dimResField": "basis",
          "dimColumnField": "orderStatus",
          //数据类型不一致导致问题设置  int 或 string
          "dimDataType": "string",
          "dimRemote": true,
          "dimUrl": null,
          "prop": "orderStatus",
          "rowId": 1,
          "type": "basis",
          "span": 12,
          "auth": true,
          "component": "bs-select"
        }
      }
    }
  }
}

mapper_mall-order_sql__responsefield.json

1、fieldSearchSort

{
  "responseField": {
    "common": {
      "columns": {
        "supplierName": {
          "fieldSearchSort": 145,
          "guidMethod": "None",
          "field": "supplierName",
          "alias": "supplier_name"
        },
        "contactName": {
          "fieldSearchSort": 147,
          "guidMethod": "None",
          "field": "contactName",
          "alias": "contact_name"
        }
      }
    },
    "global": {
      "dataFromType": "Database",
      "show": "order_id",
      "auth": true
    }
  }
}


文档更新时间: 2022-02-05 11:16   作者:admin