ai-search-behaviortrace
v1.1.10
Published
行为轨迹
Downloads
29
Readme
BehaviorTrace
import { BehaviorTrace } from "ai-search-behaviortrace";
<BehaviorTrace
apiUrl="/module/powersearch/api/dimension/data/get"
tabConfigUrl="POST /module/ps-module-data-config/getInputOutPutParam"
tableDataUrl="POST /module/powersearch/api/module/data/get"
dimensionCode="12345"
queryParams={{
subjectCode: "person",
categoryCode: "gx",
startTime: "2020-09-02",
endTime: "2020-09-03",
}}
showLine={true}
mapUrl="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
cellWidth={80}
/>;
props
| 参数 | 类型 | 说明 | 必填 | 默认值 | | :------------ | :------------ | :------------------- | :--: | :----- | | className | string | 组件自定义样式 | 否 | - | | apiUrl | string | tab 列表 | 是 | - | | tabConfigUrl | string | 获取出入参配置数地址 | 是 | - | | dimensionCode | string | tab 列表入参 | 是 | - | | tableDataUrl | string | 数据列表 | 是 | | mapUrl | string | 地图瓦片地址 | 是 | | | queryParams | [key]:striung | 入参 value | 否 | | | showLine | boolean | 地图点位连线 | 否 | true | | cellWidth | number | 表格列宽 | 否 | 100 |