|
@@ -10,9 +10,9 @@
|
|
<div class="statistics-chart" style="border-top:5px solid #eee;min-height: calc(65% - 3px);">
|
|
<div class="statistics-chart" style="border-top:5px solid #eee;min-height: calc(65% - 3px);">
|
|
<div class="chart-title">共包含原始点位:{{ originalPoint }} 个</div>
|
|
<div class="chart-title">共包含原始点位:{{ originalPoint }} 个</div>
|
|
<div style="padding:15px 10%;line-height:2;">
|
|
<div style="padding:15px 10%;line-height:2;">
|
|
- 1点位对多表号功能号:{{ pointData.oneToM }}
|
|
|
|
|
|
+ 1点位对多表号功能号:{{ pointData.oneToM.toString() }}
|
|
<br />
|
|
<br />
|
|
- 多点位对1表号功能号:{{ pointData.mToOne }}
|
|
|
|
|
|
+ 多点位对1表号功能号:{{ pointData.mToOne.toString() }}
|
|
<!-- 查看表号功能号一对多多对一总览 -->
|
|
<!-- 查看表号功能号一对多多对一总览 -->
|
|
<el-button @click="showOverview" type="info" icon="el-icon-arrow-right" circle
|
|
<el-button @click="showOverview" type="info" icon="el-icon-arrow-right" circle
|
|
style="margin:-25px 0 0 50px;background:rgb(121, 187, 255);color:rgb(225, 228, 229);border:none;"></el-button>
|
|
style="margin:-25px 0 0 50px;background:rgb(121, 187, 255);color:rgb(225, 228, 229);border:none;"></el-button>
|