|
@@ -197,29 +197,29 @@
|
|
<div class="dataNumberContainer" v-if="statisticsData != null">
|
|
<div class="dataNumberContainer" v-if="statisticsData != null">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="3"> <p></p> </el-col>
|
|
<el-col :span="3"> <p></p> </el-col>
|
|
- <el-col :span="6">图层总量:</el-col>
|
|
|
|
- <el-col :span="15"
|
|
|
|
|
|
+ <el-col :span="9">图层总量:</el-col>
|
|
|
|
+ <el-col :span="12"
|
|
>{{ statisticsData.modelCount }} <span>条</span>
|
|
>{{ statisticsData.modelCount }} <span>条</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="3"><p></p></el-col>
|
|
<el-col :span="3"><p></p></el-col>
|
|
- <el-col :span="6">数据总量:</el-col>
|
|
|
|
- <el-col :span="15"
|
|
|
|
|
|
+ <el-col :span="9">数据总量:</el-col>
|
|
|
|
+ <el-col :span="12"
|
|
>{{ statisticsData.modelDataCount }} <span>条</span>
|
|
>{{ statisticsData.modelDataCount }} <span>条</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="3"><p></p></el-col>
|
|
<el-col :span="3"><p></p></el-col>
|
|
- <el-col :span="6">导入数据:</el-col>
|
|
|
|
- <el-col :span="15"
|
|
|
|
|
|
+ <el-col :span="9">历史导入数据:</el-col>
|
|
|
|
+ <el-col :span="12"
|
|
>{{ statisticsData.importDataNumber }} <span>条</span>
|
|
>{{ statisticsData.importDataNumber }} <span>条</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="3"><p></p></el-col>
|
|
<el-col :span="3"><p></p></el-col>
|
|
- <el-col :span="6">接口调用:</el-col>
|
|
|
|
- <el-col :span="15"
|
|
|
|
|
|
+ <el-col :span="9">接口调用:</el-col>
|
|
|
|
+ <el-col :span="12"
|
|
>{{ statisticsData.callInterNumber }} <span>次</span>
|
|
>{{ statisticsData.callInterNumber }} <span>次</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|