src/main/webapp/views/index.html
@@ -226,17 +226,17 @@
<!--            </div>-->
<!--             Stations on outer ring-->
            <div v-for="station in tableDataDev" class="station" :style="{ top: station.valueY + 'px', left: station.valueX + 'px' }">{{ station.index }}</div>
            <div>
                <el-switch
                        style="display: block"
                        v-model="valueSystem"
                        active-color="#13ce66"
                        inactive-color="#A64036"
                        active-text="系统运行中..."
                        inactive-text="系统已停止!"
                        @change='upDateValueSystem'>
                </el-switch>
            </div>
<!--            <div>-->
<!--                <el-switch-->
<!--                        style="display: block"-->
<!--                        v-model="valueSystem"-->
<!--                        active-color="#13ce66"-->
<!--                        inactive-color="#A64036"-->
<!--                        active-text="系统运行中..."-->
<!--                        inactive-text="系统已停止!"-->
<!--                        @change='upDateValueSystem'>-->
<!--                </el-switch>-->
<!--            </div>-->
            <!-- Buses -->
            <div v-for="bus in tableDataRgv" class="bus" :style="{ top: bus.valueY + 'px', left: bus.valueX + 'px' , borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}</div>
        </div>