替换组件

This commit is contained in:
Shang Chen
2025-07-09 08:52:33 +08:00
parent cae0e7e2a4
commit cf518cad3c
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@
:show-div-location="true"
:max-length="12"
:page-location="pageLocation"
:visible="show_point_dispostion"
:disposition-show="show_point_dispostion"
@close="closePoint"
@getData="getDynamicPointData"
/>

View File

@ -14,7 +14,7 @@
</el-col>
</el-row>
<DispositionChartData :visible="show_dispostion" page-location="runChart" @close="close" @getData="getDynamicData" />
<DispositionChartData :disposition-show="show_dispostion" page-location="runChart" @close="close" @getData="getDynamicData" />
<!-- <el-dialog
:append-to-body="true" title="站点拓扑" :visible.sync="dialogVisible" width="90%" top="40px" center :close-on-click-modal="false">