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