SYMBOL INDEX (243 symbols across 52 files) FILE: public/canvaslayer.js function CanvasLayer (line 12) | function CanvasLayer(options) { FILE: src/App.tsx class App (line 17) | class App extends Vue { method created (line 18) | created() { method isMobile (line 26) | isMobile() { method render (line 37) | render() { FILE: src/api/api.ts type ApiList (line 8) | interface ApiList { type Options (line 17) | interface Options { type Apis (line 25) | interface Apis { class Api (line 29) | class Api { method constructor (line 79) | constructor(options: { baseUrl: string }) { FILE: src/components/FilterTable/MFilter.tsx class MFilterClass (line 11) | @Component({ method constructor (line 88) | constructor(props: any) { method created (line 97) | created() { method onSearch (line 110) | onSearch(): void { method reset (line 115) | reset(): void { method levelcodeChange (line 123) | levelcodeChange(val: any, key: string): void { method openSetting (line 129) | openSetting(): void { method closeModal (line 134) | closeModal(): void { method gradeSwitch (line 139) | gradeSwitch(val: boolean): void { method addFun (line 148) | addFun(): void { method formItem (line 152) | formItem(getFieldDecorator: any, item: FilterFormList, index: number, ... method rangeChange (line 290) | rangeChange(data: any, value: string[]) { method render (line 295) | render() { method setTable (line 339) | setTable() { method btnElement (line 349) | btnElement(isNormal: boolean): JSX.Element { FILE: src/components/FilterTable/MTable.tsx class MTable (line 23) | class MTable extends Vue { method constructor (line 98) | constructor(props: any) { method created (line 103) | created() { method reload (line 107) | reload() { method getData (line 115) | getData() { method getValue (line 144) | getValue(position: string, res: any) { method selectChange (line 160) | selectChange(val: any) { method currentChange (line 165) | currentChange(val: any) { method render (line 169) | render() { method opreatJSX (line 209) | opreatJSX(text: any, record: any, index: number) { method tableChange (line 253) | tableChange(pagination: any, filters: any, sorter: any) { method menuClick (line 259) | menuClick(key: string, row: any) { FILE: src/components/Layout/AppMain.tsx class AppMain (line 18) | class AppMain extends Vue { method routeChange (line 25) | routeChange(to: any, from: any) { method removeTab (line 30) | removeTab(name: string) { method tabChange (line 36) | tabChange(name: any) { method onTabEdit (line 46) | onTabEdit(targetKey: string, action: string) { method render (line 54) | render() { FILE: src/components/Layout/Header/Header.tsx type breadItem (line 13) | interface breadItem { class Header (line 32) | class Header extends Vue { method routeChange (line 43) | routeChange(to: any, from: any) { method initRouteBread (line 51) | initRouteBread() { method routerBread (line 57) | routerBread(data: routerItem[], toDepth: string[]) { method menuClick (line 74) | menuClick(params: {item: any, key: string, keyPath: string[]}): void { method switchSidebar (line 91) | switchSidebar(): void { method render (line 95) | render() { FILE: src/components/Layout/Sidebar/MenuList.tsx class MenuList (line 18) | class MenuList extends Vue { method routeChange (line 28) | routeChange(to: any, from: any) { method openChange (line 35) | openChange(openKeys: string[]) { method render (line 39) | render() { method renderMenu (line 60) | renderMenu(menuData: routerItem[], parentPath?: string): (JSX.Element ... method openPage (line 98) | openPage(path: string) { FILE: src/components/Layout/Sidebar/Sidebar.tsx class SiderBar (line 8) | class SiderBar extends Vue { method render (line 9) | render() { FILE: src/components/Spin/index.tsx class Spin (line 7) | class Spin extends Vue { method render (line 10) | render() { FILE: src/global.d.ts type Window (line 1) | interface Window { type Date (line 26) | interface Date { type returnData (line 30) | interface returnData { FILE: src/interface/index.ts type FilterType (line 17) | type FilterType = 'input' | 'select' | 'cascader' | 'levelcode' | 'datet... type FilterFormList (line 18) | interface FilterFormList { type TableColumnFilter (line 30) | interface TableColumnFilter { type ColumnFilterItem (line 35) | interface ColumnFilterItem { type SortOrder (line 41) | type SortOrder = 'ascend' | 'descend'; type tableList (line 44) | interface tableList { type Opreat (line 230) | interface Opreat { type tableTag (line 243) | interface tableTag { type menuItem (line 250) | interface menuItem { type MockConfig (line 259) | interface MockConfig { type routerItem (line 265) | interface routerItem { type Directives (line 277) | interface Directives { type CoordinateSystem (line 282) | type CoordinateSystem = 'bd09ll' | 'gcj02ll'; type MapCarData (line 283) | interface MapCarData { type Point (line 293) | interface Point { FILE: src/mock/customers.js method baseInfoList (line 25) | baseInfoList(req, res) { method delete (line 64) | delete(req, res) { method update (line 69) | update(req, res) { method add (line 87) | add(req, res) { FILE: src/mock/login.js method loginByName (line 31) | loginByName(req, res) { method authLogin (line 46) | authLogin(req, res, next) { method getUserInfo (line 68) | getUserInfo(req, res) { FILE: src/shims-tsx.d.ts type Element (line 6) | interface Element extends VNode {} type ElementClass (line 8) | interface ElementClass extends Vue {} type IntrinsicElements (line 9) | interface IntrinsicElements { FILE: src/shims-vue.d.ts type Vue (line 8) | interface Vue { FILE: src/store/modules/app.ts function findMenu (line 5) | function findMenu( FILE: src/store/modules/user.ts type UserData (line 5) | interface UserData { function filterAsyncRouter (line 12) | function filterAsyncRouter( FILE: src/utils/city.ts constant DICT (line 25) | const DICT: any = { constant DICT_FIXED (line 4052) | const DICT_FIXED = (function dict() { FILE: src/utils/config.ts constant API (line 3) | const API = process.env.NODE_ENV === 'production' ? '' : '/api'; FILE: src/utils/coordTrasns.ts type CoordSys (line 5) | type CoordSys = 'bd09ll' | 'gcj02ll'; class coordTrasns (line 6) | class coordTrasns { method gcj2bd (line 7) | static gcj2bd(lat: number, lon: number) { method transToBaidu (line 22) | static transToBaidu(piont: { lat: number, lng: number }, coordSys: Coo... FILE: src/utils/index.ts function param2Obj (line 1) | function param2Obj(url: string): { token?: string } { function routeToArray (line 9) | function routeToArray(route: string): { routeArr: string[], params: stri... function levelcodeToArray (line 33) | function levelcodeToArray(levelcode: string) { function numFormat (line 46) | function numFormat(num: number) { FILE: src/utils/request.ts type Option (line 93) | interface Option { function request (line 101) | function request(options: Option): Promise { FILE: src/views/chart/apexCharts/area/index.tsx class Area (line 27) | class Area extends Vue { method mounted (line 54) | mounted() { method render (line 122) | render() { FILE: src/views/chart/apexCharts/area/params.ts method mounted (line 480) | mounted(e: any) { method updated (line 485) | updated(e: any) { function generateDayWiseTimeSeries (line 526) | function generateDayWiseTimeSeries(e: any, t: any, a: any) { method selection (line 546) | selection(e: any, t: any) { method formatter (line 681) | formatter(e: any) { method formatter (line 696) | formatter(e: any) { method formatter (line 709) | formatter(e: any) { FILE: src/views/chart/apexCharts/bar/index.tsx class Bar (line 25) | class Bar extends Vue { method mounted (line 48) | mounted() { method render (line 88) | render() { FILE: src/views/chart/apexCharts/bar/params.ts method formatter (line 120) | formatter(e: any) { method formatter (line 133) | formatter(e: any) { method formatter (line 196) | formatter(e: any) { method formatter (line 265) | formatter(e: any) { method formatter (line 270) | formatter(e: any) { method formatter (line 282) | formatter(e: any) { method formatter (line 339) | formatter(e: any) { FILE: src/views/chart/apexCharts/column/index.tsx class Column (line 25) | class Column extends Vue { method mounted (line 48) | mounted() { method render (line 88) | render() { FILE: src/views/chart/apexCharts/column/params.ts method formatter (line 55) | formatter(o: any) { method formatter (line 79) | formatter(o: any) { method formatter (line 144) | formatter(o: any) { method formatter (line 364) | formatter(o: any) { method click (line 399) | click(o: any, e: any, t: any) { FILE: src/views/chart/apexCharts/index.tsx class ApexCharts (line 6) | class ApexCharts extends Vue { method render (line 7) | render() { FILE: src/views/chart/apexCharts/line/index.tsx class Line (line 28) | class Line extends Vue { method mounted (line 59) | mounted() { method beforeDestroy (line 122) | beforeDestroy() { method render (line 126) | render() { FILE: src/views/chart/apexCharts/line/params.ts method formatter (line 211) | formatter(e: any) { method formatter (line 225) | formatter(e: any) { function generateDayWiseTimeSeries (line 391) | function generateDayWiseTimeSeries(e: any, t: any, a: any) { method formatter (line 689) | formatter(e: any) { FILE: src/views/chart/apexCharts/mixed/index.tsx class Mixed (line 22) | class Mixed extends Vue { method mounted (line 39) | mounted() { method render (line 64) | render() { FILE: src/views/chart/apexCharts/mixed/params.ts method formatter (line 130) | formatter(e: any) { method formatter (line 196) | formatter(e: any) { method formatter (line 277) | formatter(e: any) { FILE: src/views/chart/index.tsx class Charts (line 7) | class Charts extends Vue { method render (line 8) | render() { FILE: src/views/components/form/baseForm/index.tsx class BaseForm (line 8) | @Component({ method submit (line 43) | submit(e: HTMLFormElement) { method render (line 56) | render() { FILE: src/views/components/form/index.tsx class Form (line 6) | class Form extends Vue { method render (line 7) | render() { FILE: src/views/components/index.tsx class Components (line 6) | class Components extends Vue { method render (line 7) | render() { FILE: src/views/customers/baseInfo/index.tsx class BaseInfo (line 18) | class BaseInfo extends Vue { method genderRender (line 126) | genderRender(text: any) { method tableClick (line 130) | tableClick(key: string, row: any) { method add (line 145) | add() { method closeModal (line 152) | closeModal() { method success (line 157) | success() { method render (line 164) | render() { FILE: src/views/customers/baseInfo/infoModal.tsx class InfoModal (line 8) | @Component({ method submit (line 44) | submit() { method cancel (line 74) | cancel() { method render (line 78) | render() { FILE: src/views/customers/index.tsx class Customers (line 6) | class Customers extends Vue { method render (line 7) | render() { FILE: src/views/dashboard/index.tsx class Dashboard (line 24) | class Dashboard extends Vue { method created (line 27) | created() { method init (line 37) | init() { method BarChart (line 45) | BarChart() { method LineChart (line 105) | LineChart() { method Doughnut (line 166) | Doughnut() { method tabChange (line 199) | tabChange() { method render (line 207) | render() { FILE: src/views/login/index.tsx class Login (line 9) | @Component({ method created (line 33) | created() {} method submitForm (line 36) | submitForm() { method render (line 71) | render() { FILE: src/views/map/index.tsx class Map (line 6) | class Map extends Vue { method render (line 7) | render() { FILE: src/views/map/trajectory/commonfun.ts method getLocalTime (line 12) | getLocalTime(time: string) { method getStartTime (line 33) | getStartTime(time: string) { method getCurrentDate (line 49) | getCurrentDate(e: any, type: string) { method getQueryString (line 84) | getQueryString(name: string) { method getOnlineStatus (line 99) | getOnlineStatus(time: number) { method getSpeed (line 113) | getSpeed(speed: number): string { method getInfoWindowStatus (line 132) | getInfoWindowStatus(speed: number, time: number, direction: number) { method getDirection (line 159) | getDirection(direction: number) { method getDirectionIcon (line 206) | getDirectionIcon(direction: number) { FILE: src/views/map/trajectory/index.tsx function getTimeDay (line 13) | function getTimeDay(day: number) { } class Trajectory (line 25) | class Trajectory extends Vue { method constructor (line 63) | constructor(dataIndexs: any) { method utc2now (line 100) | utc2now(time: string) { method updateBack (line 138) | function updateBack() { method update (line 159) | function update() { method updatePointer (line 185) | function updatePointer() { method renderBehavior (line 257) | function renderBehavior() { method getPlateNum (line 392) | getPlateNum() { method timeChange (line 454) | timeChange(val: string) { method getData (line 474) | getData() { method timeFormat (line 522) | timeFormat(val: number) { // 格式化时间 method playTimeNumber (line 526) | playTimeNumber(time: string) { method getTrackData (line 540) | getTrackData() { method trackPlay (line 547) | trackPlay() { method jumpPlay (line 574) | jumpPlay(val: number) { method clearPlay (line 578) | clearPlay() { method playChange (line 587) | playChange(val: number) { method render (line 596) | render() { FILE: src/views/map/trajectory/mapControl.ts class MapContorl (line 2) | class MapContorl { method constructor (line 6) | constructor(props: any) { method initTrackCarOverlay (line 24) | initTrackCarOverlay() { method addTrackCarOverlay (line 64) | addTrackCarOverlay(point: any, type: string) { method initMapPlay (line 82) | initMapPlay(data: any, playSeconds: number) { method playInterVal (line 91) | playInterVal() { method rotateAnimate (line 110) | rotateAnimate(dom: any, direction: number) { method playContinue (line 123) | playContinue() { method playSetTime (line 128) | playSetTime(val: number) { method passPlay (line 137) | passPlay() { method jumpPlay (line 142) | jumpPlay(val: number) { method clearPlay (line 148) | clearPlay() { method initTrackPointOverlay (line 158) | initTrackPointOverlay() { method addTrackPointOverlay (line 196) | addTrackPointOverlay(data: any, type: string) { method setEntityMarker (line 207) | setEntityMarker(data: any, serviceType: number) { method setTrackInfoBox (line 270) | setTrackInfoBox(data: any) { method removeTrackPointOverlay (line 315) | removeTrackPointOverlay(type: string) { method removeTrackCarOverlay (line 334) | removeTrackCarOverlay(type: string) { method removeEntityMarker (line 352) | removeEntityMarker() { method removeTrackInfoBox (line 361) | removeTrackInfoBox() { method showTrackInfoBox (line 369) | showTrackInfoBox(datas: any) { FILE: src/views/project/detail/index.tsx class ProjectDetail (line 4) | class ProjectDetail extends Vue { method render (line 5) | render() { FILE: src/views/project/index.tsx class Project (line 4) | class Project extends Vue { method render (line 5) | render() { FILE: src/views/project/list/index.tsx class ProjectList (line 4) | class ProjectList extends Vue { method render (line 5) | render() { FILE: tests/e2e/custom-assertions/elementCount.js function evaluator (line 15) | function evaluator(_selector) { FILE: vue.config.js method setup (line 46) | setup(app) {