{
  "table": {
    "columns": {
      "fromSaleType": {
        "attrs": {
          "label": "销售类型",
          "maxlength": 10,
          "clearable": true,
          //自定义组件
          "component-type": "custom",
          "lazy-renger": true,
          "multiple": false
        },
        "attrsInt": {},
        "meta": {
          //显示应用  mobile  pc   ipad   不设置表示全部显示
          //"showApp": "",
          "fromValue": true,
          "dimSessionKey": "dim-mall-commodity",
          "dimLocalKey": "dim-mall-commodity",
          "dimMkey": "mall-commodity",
          "dimResField": "basis",
          "dimColumnField": "fromSaleType",
          //数据类型不一致导致问题设置  int 或 string
          "dimDataType": "int",
          "dimRemote": true,
          "dimUrl": null,
          "prop": "fromSaleType",
          "rowId": 1,
          "type": "basis",
          "span": 8,
          "auth": true,
          "component": "bs-text",
          "componentOp": "bs-select"
        }
      },
      "unit": {
        "attrs": {
          "placeholder": "件/斤"
        }
      },
      "supplierStartDate": {
        "attrs": {
          "type": "expand"
        }
      },
      "supplierEndDate": {
        "attrs": {
          "type": "expand"
        }
      },
      "mercStartDate": {
        "attrs": {
          "type": "expand"
        }
      },
      "mercEndDate": {
        "attrs": {
          "type": "expand"
        }
      }
    }
  }
}
文档更新时间: 2022-02-05 08:27   作者:admin