@@ -79,9 +106,17 @@
- {{ this.chartName + '-' + this.componentName + '-' + '表格' + '-' +
- triggerType }}
+ style="
+ width: 10px;
+ height: 10px;
+ border-radius: 50%;
+ background-color: #3297ff;
+ display: inline-block;
+ vertical-align: middle;
+ margin-right: 8px;
+ "
+ >
+ {{ this.chartName + '-' + this.componentName + '-' + '表格' + '-' + triggerType }}
{{ newDataArr[0].time ? newDataArr[0].time : '' }}
@@ -96,28 +131,67 @@
-
+
-
+
-
+
@@ -133,7 +207,7 @@ import regionTable from '../chart/regionTable.vue';
import thermalChart from '../chart/thermalChart.vue';
export default {
name: 'typeChart', //类型组件
- props: ['typeValue', 'pageType', 'triggerType', 'dataArr', 'echartArr', 'componentName', 'title', 'chartName','startEndData'],
+ props: ['typeValue', 'pageType', 'triggerType', 'dataArr', 'echartArr', 'componentName', 'title', 'chartName', 'startEndData'],
components: {
lineChart,
barChart,
@@ -160,16 +234,12 @@ export default {
newDataArr: []
};
},
- created() {
-
-
-
- },
+ created() {},
methods: {
// 计算类型数量的总和
getDataArr(val) {
- this.newDataArr = val
- this.getNewQueue(this.newDataArr)
+ this.newDataArr = val;
+ this.getNewQueue(this.newDataArr);
},
getTotal(dataArr) {
if (this.title == '类型') {
@@ -179,33 +249,31 @@ export default {
}
},
getNewQueue(val) {
-
if (val[0].n_queue) {
this.queue = val[0].n_queue;
- }
- if (val[0].ave_queue) {
+ }
+ if (val[0].ave_queue) {
this.queue = val[0].ave_queue;
- }
- if (val[0].headway) {
+ }
+ if (val[0].headway) {
this.newDataArr[0].headway = val[0].headway;
- }
- if (val[0].ave_headway) {
+ }
+ if (val[0].ave_headway) {
this.newDataArr[0].headway = val[0].ave_headway;
}
- if (val[0].n_stay) {
+ if (val[0].n_stay) {
this.newDataArr[0].n_stay = val[0].n_stay;
- }
- if (val[0].ave_stay) {
+ }
+ if (val[0].ave_stay) {
this.newDataArr[0].n_stay = val[0].ave_stay;
}
- },
-
+ }
},
computed: {
// 获取类型的总数量
},
- mounted() { },
+ mounted() {},
watch: {
// 监听触发数据
// dataArr: {
@@ -215,7 +283,6 @@ export default {
// this.getNewQueue(newVal);
// }
// },
-
// immediate: true
// }
// typeValue:{
diff --git a/src/views/bounced/dataBoard.vue b/src/views/bounced/dataBoard.vue
index 0bee552..853c792 100644
--- a/src/views/bounced/dataBoard.vue
+++ b/src/views/bounced/dataBoard.vue
@@ -26,13 +26,13 @@
:name="o.analogAreaComponentId">
-
-
-
+
{
- if (ele.timeMode == '周期统计'&&this.$route.query.type=='实时视频') {
- console.log("实时视频",'周期统计')
+ if (ele.timeMode == '固定间隔'&&this.$route.query.type=='实时视频') {
+ console.log("实时视频",'固定间隔')
this.$nextTick(() => {
// var thatNN = this;
ele.cycleStatisticsData.forEach(item => {
@@ -288,13 +288,13 @@ export default {
}
})
if (this.$refs.typeChartRef2 != undefined) {
- // // 轮循周期时刻生成的各类组件
+ // // 轮循固定时刻生成的各类组件
this.getRef(this.$refs.typeChartRef2, ele.timeMode)
}
})
}
- if (ele.timeMode == '周期时刻'&&this.$route.query.type=='实时视频') {
- console.log("实时视频",'周期时刻')
+ if (ele.timeMode == '固定时刻'&&this.$route.query.type=='实时视频') {
+ console.log("实时视频",'固定时刻')
this.$nextTick(() => {
ele.cycleTimeData.forEach(item => {
if (item.type_data != null) {
@@ -306,13 +306,13 @@ export default {
})
if (this.$refs.typeChartRef1 != undefined) {
- // // 轮循周期时刻生成的各类组件
+ // // 轮循固定时刻生成的各类组件
this.getRef(this.$refs.typeChartRef1, ele.timeMode)
}
})
}
- if(ele.timeMode == '周期统计'&&this.$route.query.type=='离线视频'){
+ if(ele.timeMode == '固定间隔'&&this.$route.query.type=='离线视频'){
if(this.cycleHistoryData.CycleStatisticsData!=undefined&&this.cycleHistoryData.CycleStatisticsData.lenght!=0){
this.cycleHistoryData.CycleStatisticsData.forEach(ne => {
@@ -335,8 +335,8 @@ export default {
})
if (this.$refs.typeChartRef2 != undefined) {
- // // 轮循周期时刻生成的各类组件
- this.getRef(this.$refs.typeChartRef2, '周期统计')
+ // // 轮循固定时刻生成的各类组件
+ this.getRef(this.$refs.typeChartRef2, '固定间隔')
}
})
@@ -345,7 +345,7 @@ export default {
- } if(ele.timeMode == '周期时刻'&&this.$route.query.type=='离线视频'){
+ } if(ele.timeMode == '固定时刻'&&this.$route.query.type=='离线视频'){
if(this.cycleHistoryData.CycleTimeData!=undefined &&this.cycleHistoryData.CycleTimeData.lenght!=0){
this.cycleHistoryData.CycleTimeData.forEach(ne => {
if(ne.component_id== ele.analogAreaComponentId ){
@@ -368,9 +368,9 @@ export default {
}
})
if (this.$refs.typeChartRef1 != undefined) {
- // // 轮循周期时刻生成的各类组件
+ // // 轮循固定时刻生成的各类组件
- this.getRef(this.$refs.typeChartRef1, '周期时刻')
+ this.getRef(this.$refs.typeChartRef1, '固定时刻')
}
})
@@ -408,8 +408,8 @@ export default {
}
})
if (this.$refs.typeChartRef2 != undefined) {
- // // 轮循周期时刻生成的各类组件
- this.getRef(this.$refs.typeChartRef2, '周期统计')
+ // // 轮循固定时刻生成的各类组件
+ this.getRef(this.$refs.typeChartRef2, '固定间隔')
}
})
})
@@ -435,8 +435,8 @@ export default {
})
if (this.$refs.typeChartRef1 != undefined) {
- // // 轮循周期时刻生成的各类组件
- this.getRef(this.$refs.typeChartRef1, '周期时刻')
+ // // 轮循固定时刻生成的各类组件
+ this.getRef(this.$refs.typeChartRef1, '固定时刻')
}
})
})
@@ -461,11 +461,11 @@ export default {
var _this = this
if (newVal.length != 0 && _this.sectionData) {
_this.classify.forEach((ele, index) => {
- if (ele.trigger == undefined && ele.timeMode == '触发') {
+ if (ele.trigger == undefined && ele.timeMode == '实时触发') {
ele.trigger = [];
}
newVal.forEach(item => {
- if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '触发') {
+ if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '实时触发') {
// console.log(ele.analogAreaComponentId, 'analogAreaComponentId');
// console.log(item.component_id, 'component_id');
if (ele.trigger.length == 10) {
@@ -492,7 +492,7 @@ export default {
let itemTypeChart = _this.$refs.typeChartRef[i]
if (itemTypeChart.dataArr != undefined && itemTypeChart.dataArr.length != 0) {
if (itemTypeChart.echartArr.includes('时间曲线图')) {
- _this.$refs.typeChartRef[i].$refs.lineChartRef.drawLine(_this.$refs.typeChartRef[i].dataArr, _this.$refs.typeChartRef[i].componentName.split('_')[0], '触发')
+ _this.$refs.typeChartRef[i].$refs.lineChartRef.drawLine(_this.$refs.typeChartRef[i].dataArr, _this.$refs.typeChartRef[i].componentName.split('_')[0], '实时触发')
}
if (itemTypeChart.echartArr.includes('数值')) {
_this.$refs.typeChartRef[i].getDataArr(_this.$refs.typeChartRef[i].dataArr)
@@ -526,11 +526,11 @@ export default {
},
immediate: true
},
- // 周期时刻的数据
+ // 固定时刻的数据
cycleTimeData: {
handler(newVal) {
- // 监听到打印周期时刻数据
- // console.log(newVal, '周期时刻数据');
+ // 监听到打印固定时刻数据
+ // console.log(newVal, '固定时刻数据');
if (newVal != undefined && newVal.length != 0 && this.sectionData) {
var thatN = this;
@@ -538,7 +538,7 @@ export default {
newVal.forEach(item => {
- if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '周期时刻') {
+ if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '固定时刻') {
if (ele.cycleTimeData.length == 10) {
ele.cycleTimeData.pop();
@@ -554,7 +554,7 @@ export default {
item.time = item.time.split('.')[0];
}
if (item.type_data != null) {
- // 周期时刻的类型数据
+ // 固定时刻的类型数据
thatN.typeCycleTimeData = item;
}
ele.cycleTimeData.unshift(item);
@@ -562,13 +562,13 @@ export default {
// thatN.$nextTick(() => {
if (thatN.$refs.typeChartRef1 != undefined) {
// console.log("thatN.$refs.typeChartRef1",thatN.$refs.typeChartRef1)
- // 轮循周期时刻生成的各类组件
+ // 轮循固定时刻生成的各类组件
for (let i = 0; i < thatN.$refs.typeChartRef1.length; i++) {
let itemTypeChartRef1 = thatN.$refs.typeChartRef1[i]
if (itemTypeChartRef1.length != 0 && itemTypeChartRef1.dataArr != undefined && itemTypeChartRef1.dataArr.length != 0) {
if (itemTypeChartRef1.echartArr.includes('时间曲线图')) {
- thatN.$refs.typeChartRef1[i].$refs.lineChartRef.drawLine(thatN.$refs.typeChartRef1[i].dataArr, thatN.$refs.typeChartRef1[i].componentName.split('_')[0], '周期时刻')
+ thatN.$refs.typeChartRef1[i].$refs.lineChartRef.drawLine(thatN.$refs.typeChartRef1[i].dataArr, thatN.$refs.typeChartRef1[i].componentName.split('_')[0], '固定时刻')
}
if (itemTypeChartRef1.echartArr.includes('数值')) {
thatN.$refs.typeChartRef1[i].getDataArr(thatN.$refs.typeChartRef1[i].dataArr)
@@ -605,26 +605,26 @@ export default {
// _thatN.classify.forEach((ele, index) => {
// // newVal.forEach(item => {
- // if (ele.timeMode == '周期时刻') {
+ // if (ele.timeMode == '固定时刻') {
// if (ele.cycleTimeData.length == 10) {
// ele.cycleTimeData.pop();
// }
// // item.time = item.time.split('.')[0];
// // if (item.type_data != null) {
- // // // 周期时刻的类型数据
+ // // // 固定时刻的类型数据
// // _thatN.typeCycleTimeData = item;
// // }
// // ele.cycleTimeData.unshift(item);
// // _thatN.$nextTick(() => {
// if (_thatN.$refs.typeChartRef1 != undefined) {
// // console.log("thatN.$refs.typeChartRef1",_thatN.$refs.typeChartRef1)
- // // 轮循周期时刻生成的各类组件
+ // // 轮循固定时刻生成的各类组件
// for (let i = 0; i < _thatN.$refs.typeChartRef1.length; i++) {
// let itemTypeChartRef1 = thatN.$refs.typeChartRef1[i]
// if (itemTypeChartRef1.length != 0 && itemTypeChartRef1.dataArr != undefined && itemTypeChartRef1.dataArr.length != 0) {
// if (itemTypeChartRef1.echartArr.includes('时间曲线图')) {
- // _thatN.$refs.typeChartRef1[i].$refs.lineChartRef.drawLine(_thatN.$refs.typeChartRef1[i].dataArr, _thatN.$refs.typeChartRef1[i].componentName.split('_')[0], '周期时刻')
+ // _thatN.$refs.typeChartRef1[i].$refs.lineChartRef.drawLine(_thatN.$refs.typeChartRef1[i].dataArr, _thatN.$refs.typeChartRef1[i].componentName.split('_')[0], '固定时刻')
// }
// if (itemTypeChartRef1.echartArr.includes('数值')) {
// _thatN.$refs.typeChartRef1[i].getDataArr(_thatN.$refs.typeChartRef1[i].dataArr)
@@ -657,15 +657,15 @@ export default {
},
immediate: true
},
- //周期统计
+ //固定间隔
cycleStatisticsData: {
handler(newVal) {
- console.log("周期统计", newVal)
+ console.log("固定间隔", newVal)
if (newVal != undefined && newVal.length != 0 && this.sectionData) {
var that = this;
that.classify.forEach((ele, index) => {
newVal.forEach(item => {
- if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '周期统计') {
+ if (ele.analogAreaComponentId == item.component_id && ele.timeMode == '固定间隔') {
if (ele.cycleStatisticsData.length == 10) {
ele.cycleStatisticsData.pop();
}
@@ -688,7 +688,7 @@ export default {
if (itemTypeChartRef2.length != 0 && itemTypeChartRef2.dataArr != undefined && itemTypeChartRef2.dataArr.length != 0) {
if (itemTypeChartRef2.echartArr.includes('时间曲线图')) {
- that.$refs.typeChartRef2[i].$refs.lineChartRef.drawLine(that.$refs.typeChartRef2[i].dataArr, that.$refs.typeChartRef2[i].componentName.split('_')[0], '周期统计')
+ that.$refs.typeChartRef2[i].$refs.lineChartRef.drawLine(that.$refs.typeChartRef2[i].dataArr, that.$refs.typeChartRef2[i].componentName.split('_')[0], '固定间隔')
}
if (itemTypeChartRef2.echartArr.includes('数值')) {
that.$refs.typeChartRef2[i].getDataArr(that.$refs.typeChartRef2[i].dataArr)
@@ -723,7 +723,7 @@ export default {
// var _that = this
// _that.classify.forEach(ele => {
- // if (ele.timeMode == '周期统计') {
+ // if (ele.timeMode == '固定间隔') {
// if (ele.cycleStatisticsData.length == 10) {
// ele.cycleStatisticsData.pop();
// }
@@ -739,7 +739,7 @@ export default {
// if (itemTypeChartRef2.length != 0 && itemTypeChartRef2.dataArr != undefined && itemTypeChartRef2.dataArr.length != 0) {
// // this.$refs.typeChartRef2[i].$refs.lineChartRef.drawLine(this.$refs.typeChartRef2[i].dataArr, _this.$refs.typeChartRe2f[i].componentName.split('_')[0])
// if (itemTypeChartRef2.echartArr.includes('时间曲线图')) {
- // _that.$refs.typeChartRef2[i].$refs.lineChartRef.drawLine(_that.$refs.typeChartRef2[i].dataArr, _that.$refs.typeChartRef2[i].componentName.split('_')[0], '周期统计')
+ // _that.$refs.typeChartRef2[i].$refs.lineChartRef.drawLine(_that.$refs.typeChartRef2[i].dataArr, _that.$refs.typeChartRef2[i].componentName.split('_')[0], '固定间隔')
// }
// if (itemTypeChartRef2.echartArr.includes('数值')) {
// _that.$refs.typeChartRef2[i].getDataArr(_that.$refs.typeChartRef2[i].dataArr)
diff --git a/src/views/index.vue b/src/views/index.vue
index 6f5ba66..1fcf097 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -1,255 +1,181 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 存储
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 存储
+
+
-
-
-
+
+
-
-
-
-
-
-
-
交通分析
-
-
-
-
+
+
+
+
+ {{
+ item.graphicName
+ }}
+
+
+
+
+ {{
+ item.graphicName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
+
-
- 确认
-
- 取消
-
- 取消
-
-
-
+
+ 确认
+
+ 取消
+
+ 取消
+
+
+
-
-
-
-
-
- {{ item.accessPartyName }}
-
-
-
- 确认
-
- 取消
-
- 取消
-
-
-
-
-
+
+ {{
+ item.accessPartyName
+ }}
+
+
+
+ 确认
+
+ 取消
+
+ 取消
+
+
+
+
+
diff --git a/src/views/sensorFusion/index.vue b/src/views/sensorFusion/index.vue
index e35ed8e..25124f8 100644
--- a/src/views/sensorFusion/index.vue
+++ b/src/views/sensorFusion/index.vue
@@ -1,675 +1,687 @@
-
-
-
-
-
-
-
-

-
-
-

-
-
-

-
- {{ item.status }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ item.name }}
-
-
- {{ i.videoName }}-{{ i.combinationName }}-{{
- i.componentName
- }}
- {{ i.videoName }}-{{ i.combinationName }}-{{
- i.componentName
- }}
- {{ i.componentType }}-{{ i.timeMode }}
- {{ i.componentType }}-{{ i.timeMode }}
-
-
-
-
-
-
{{ i.triggerData.speed }}
-
{{ i.triggerData.headway }}
-
- {{
- i.triggerData.inFlow
- }}
- {{
- i.triggerData.outFlow
- }}
-
-
- {{
- i.triggerData.type_data[0].quantity
- }}
- 0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.name }}
+
+
+ {{ i.videoName }}-{{ i.combinationName }}-{{ i.componentName }}
+ {{ i.videoName }}-{{ i.combinationName }}-{{ i.componentName }}
+ {{ i.componentType }}-{{ i.timeMode }}
+ {{ i.componentType }}-{{ i.timeMode }}
+
+
+
+
+
+
+
+ {{
+ i.triggerData.speed > 0 || i.triggerData.speed == 0
+ ? i.triggerData.speed
+ : Math.abs(i.triggerData.speed)
+ }}
+
+ -
+
+ {{
+ i.triggerData.headway || i.triggerData.headway == 0
+ ? i.triggerData.headway == -1
+ ? '-'
+ : i.triggerData.headway
+ : '-'
+ }}
+
+ {{
+ i.triggerData.inFlow || i.triggerData.inFlow == 0 ? i.triggerData.inFlow : '-'
+ }}
+ {{
+ i.triggerData.outFlow || i.triggerData.outFlow == 0
+ ? i.triggerData.outFlow
+ : '-'
+ }}
+
+
+ {{
+ i.triggerData.type_data[0].quantity
+ }}
+ 0
+
- {{ i.triggerData.n_stay }}
- {{ i.triggerData.n_queue }}
-
- km/h
-
- 辆
- 辆
-
-
-
- {{
- i.triggerData.time
- }}
-
-
-
-
-
-
-
- {{ i.cycleTimeData[0].speed }}
- {{ i.triggerData.speed }}
- {{ i.cycleTimeData[0].headway }}
- {{ i.triggerData.headway }}
-
- {{
- i.cycleTimeData[0].in_flow
- }}
- {{
- i.cycleTimeData[0].out_flow
- }}
-
-
- {{
- i.cycleTimeData[0].type_data[0].quantity +
- i.cycleTimeData[0].type_data[1].quantity +
- i.cycleTimeData[0].type_data[2].quantity
- }}
-
-
- {{
- i.triggerData.type_data[0].quantity +
- i.triggerData.type_data[1].quantity +
- i.triggerData.type_data[2].quantity
- }}
- 0
-
-
- {{
- i.triggerData.type_data[0].value +
- i.triggerData.type_data[1].value +
- i.triggerData.type_data[2].value
- }}
- 0
-
- {{ i.cycleTimeData[0].n_stay }}
- {{ i.cycleTimeData[0].n_queue }}
- 秒
- 秒
-
- 辆
- 辆
-
-
- {{
- i.cycleTimeData[0].time
- }}
- {{
- i.triggerData.time
- }}
-
-
-
-
-
-
-
- {{ i.cycleStatisticsData[0].speed }}
- {{ i.triggerData.speed }}
- {{ i.cycleStatisticsData[0].ave_headway }}
- {{ i.triggerData.ave_headway }}
-
- {{
- i.cycleStatisticsData[0].in_flow
- }}
- {{
- i.cycleStatisticsData[0].out_flow
- }}
-
-
- {{
- i.triggerData.inFlow
- }}
- {{
- i.triggerData.outFlow
- }}
-
-
- {{
- i.cycleStatisticsData[0].type_data[0].quantity +
- i.cycleStatisticsData[0].type_data[1].quantity +
- i.cycleStatisticsData[0].type_data[2].quantity
- }}
-
-
-
- {{
- i.triggerData.type_data[0].quantity +
- i.triggerData.type_data[1].quantity +
- i.triggerData.type_data[2].quantity
- }}
- 0
-
-
-
- {{
- i.triggerData.type_data[0].value +
- i.triggerData.type_data[1].value +
- i.triggerData.type_data[2].value
- }}
- 0
-
- {{ i.cycleStatisticsData[0].ave_stay }}
- {{ i.triggerData.ave_stay }}
- {{ i.cycleStatisticsData[0].ave_queue }}
- {{ i.triggerData.ave_queue }}
- {{ i.cycleStatisticsData[0].ave_delay }}
- {{ i.triggerData.ave_delay }}
- 秒
- 秒
-
- 辆
- 辆
-
-
- {{
- i.cycleStatisticsData[0].time
- }}
- {{
- i.triggerData.time
- }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ e.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ e.name }}
-
-
-
+ {{
+ i.triggerData.type_data[0].quantity +
+ i.triggerData.type_data[1].quantity +
+ i.triggerData.type_data[2].quantity
+ }}
+ 0
+
+
+
+ {{
+ i.triggerData.type_data[0].value +
+ i.triggerData.type_data[1].value +
+ i.triggerData.type_data[2].value
+ }}
+ 0
+
+ {{
+ i.cycleStatisticsData[0].ave_stay || i.cycleStatisticsData[0].ave_stay == 0
+ ? i.cycleStatisticsData[0].ave_stay
+ : '-'
+ }}
+ {{
+ i.triggerData.ave_stay || i.triggerData.ave_stay == 0
+ ? i.triggerData.ave_stay
+ : '-'
+ }}
+ {{
+ i.cycleStatisticsData[0].ave_queue || i.cycleStatisticsData[0].ave_queue == 0
+ ? i.cycleStatisticsData[0].ave_queue
+ : '-'
+ }}
+ {{
+ i.triggerData.ave_queue || i.triggerData.ave_queue == 0
+ ? i.triggerData.ave_queue
+ : '-'
+ }}
+ {{
+ i.cycleStatisticsData[0].ave_delay || i.cycleStatisticsData[0].ave_delay == 0
+ ? i.cycleStatisticsData[0].ave_delay
+ : '-'
+ }}
+ {{
+ i.triggerData.ave_delay || i.triggerData.ave_delay == 0
+ ? i.triggerData.ave_delay
+ : '-'
+ }}
+ 秒
+ 秒
+
+ 辆
+ 辆
+
+
+ {{
+ i.cycleStatisticsData[0].time
+ }}
+ {{ i.triggerData.time }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
-
-
-
-
-
-
-
-
-
-
- 占用
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 占用
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 占用
-
-
-
-
+
+
+
+
+
+ 占用
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ e.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
- {{ e.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ e.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ e.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ e.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
- {{ node.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ node.label }}
- inp(a, data)"
- @blur="alters(node, data, $event)"
- >
-
-
-
-
-
-
-
-
-
-
- {{ node.label }}
- inp(a, data)"
- @blur="alters(node, data, $event)"
- >
-
-
-
-
-
-
-
-
- {{ node.label }}
- inp(a, data)"
- @blur="alters(node, data, $event)"
- >
-
-
-
-
-
-
-
- {{ node.label }}
- inp(a, data)"
- @blur="alters(node, data, $event)"
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ node.label }}
- inp(a, data)"
- @blur="alters(node, data, $event)"
- >
-
-
-
-
-
-
-
-
-

+
+
+
+ {{ node.label }}
+ inp(a, data)"
+ @blur="alters(node, data, $event)"
+ >
+
+
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+ inp(a, data)"
+ @blur="alters(node, data, $event)"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+ inp(a, data)"
+ @blur="alters(node, data, $event)"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
添加入口
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ node.label }}
-
-
- {{ node.label }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ node.label }}
+
+
+ {{ node.label }}
+
+
-
-
-
-
-
-
+
+
+
+
+
-