This commit is contained in:
parent
f94a2d4df9
commit
6514e2432b
|
|
@ -6,7 +6,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
import * as echarts from 'echarts'
|
||||
import { getEquipmentStatusApi } from '@/api/wsScreen/index'
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
import { getDeptEquipmentApi } from '@/api/wsScreen'
|
||||
|
||||
export default {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
|
||||
export default {
|
||||
name: 'Bottom2',
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
<script>
|
||||
import { getUnitEquipmentConfigurationApi } from '@/api/wsScreen/index'
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
|
||||
export default {
|
||||
name: 'Center1',
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
import { getEquipmentUseApi, getVoltageLevelApi } from '@/api/wsScreen'
|
||||
|
||||
export default {
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
<script>
|
||||
import { getTotalEquipmentApi, getEquipmentClassificationApi } from '@/api/wsScreen'
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
|
||||
export default {
|
||||
name: 'Top1',
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import TitleBox from './TitleBox'
|
||||
import TitleBox from '../TitleBox'
|
||||
|
||||
export default {
|
||||
name: 'Top3',
|
||||
|
|
|
|||
Loading…
Reference in New Issue