Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
| | |
| | | yPropertyName (string): default 'y'. This is the name of the field in the dataset that represents the y coordinate. |
| | | idPropertyName (string): default null. This is the name of the field in the dataset that represents a unique id which can be used to identify the flare. This is usefull when you may have multiple points with the same lat/long. |
| | | */ |
| | | |
| | | //set options from constructor parameter or set defaults |
| | | options = options || {}; |
| | | this.spatialRef = options.spatialReference || new SpatialReference({ |
| | |
| | | .setAlign(Font.ALIGN_START) |
| | | .setFont(new Font("10pt").setWeight(Font.WEIGHT_BOLD).setFamily("calibri")) |
| | | .setVerticalAlignment("middle"); |
| | | defaultTextSymbol.font.size = 14; |
| | | defaultTextSymbol.font.size = 30; |
| | | this.textSymbol = options.textSymbol || defaultTextSymbol; |
| | | this.flareShowMode = options.flareShowMode || "mouse"; |
| | | |
| | |
| | | <el-menu :default-active="activeIndex" mode="horizontal" text-color="#333"> |
| | | <el-menu-item index="0" @click.native="openHome(dataItem)" key="0"> |
| | | <template slot="title"> |
| | | <i :class="dataItem.source" :title="dataItem.name"></i> |
| | | <i style="font-size: 20px!important;" :class="dataItem.source" :title="dataItem.name"></i> |
| | | </template> |
| | | </el-menu-item> |
| | | <el-menu-item index="1" @click.native="openHome(mapItem)" key="0"> |
| | | <template slot="title"> |
| | | <i :class="mapItem.source" :title="mapItem.name"></i> |
| | | <i style="font-size: 20px!important;" :class="mapItem.source" :title="mapItem.name"></i> |
| | | </template> |
| | | </el-menu-item> |
| | | <el-menu-item index="2" @click.native="openHome(cardItem)" key="0"> |
| | | <template slot="title"> |
| | | <i :class="cardItem.source" :title="cardItem.name"></i> |
| | | <i style="font-size: 20px!important;" :class="cardItem.source" :title="cardItem.name"></i> |
| | | </template> |
| | | </el-menu-item> |
| | | <!-- <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0">--> |
| | |
| | | |
| | | .confirmAverageSpeed .avue-crud { |
| | | width: 90%; |
| | | position: relative; |
| | | top: 10%; |
| | | position: absolute; |
| | | top: 12%; |
| | | left: 4%; |
| | | } |
| | | |
| | | .confirmAverageSpeed .avue-crud__menu { |
| | |
| | | legend: { |
| | | data: ['一键求助', '违禁品', '红色健康码', '体温异常'], |
| | | top:'10%', |
| | | right:'6%' |
| | | right:'6%', |
| | | icon:'circle' |
| | | }, |
| | | grid: { |
| | | left: '1%', |
| | |
| | | containLabel: true |
| | | }, |
| | | xAxis: { |
| | | name:'时段', |
| | | type: 'category', |
| | | boundaryGap: true, |
| | | axisLine: { |
| | |
| | | data: ['0-2', '2-4', '4-6', '6-8', '8-10', '10-12', '12-14','14-16','16-18','18-20','20-22','22-24'] |
| | | }, |
| | | yAxis: { |
| | | name:'个/次', |
| | | type: 'value', |
| | | splitLine: { |
| | | show: true, |
| | |
| | | proxy: { |
| | | '/api': { |
| | | //本地服务接口地址 |
| | | // target: 'http://192.168.0.111:82/', |
| | | // target: 'http://localhost:82/', |
| | | target: 'https://web.byisf.com/api/', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | //target: 'https://saber.bladex.vip/api', |