|
@@ -202,32 +202,34 @@
|
|
|
<el-button type="primary" @click="tableVisible = false">确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog
|
|
|
- class="dialog_bo"
|
|
|
- title="查看波形图"
|
|
|
- :visible.sync="echartsVisible"
|
|
|
- width="90%"
|
|
|
- center
|
|
|
- >
|
|
|
- <div class="dialog_height">
|
|
|
- <div class="outPage" v-show="equipment == '1'">
|
|
|
- <div id="eegOne" class="naoOneClass"></div>
|
|
|
- </div>
|
|
|
- <div class="outPage" v-show="equipment == '1'">
|
|
|
- <div id="eegTwo" class="naoOneClass"></div>
|
|
|
- </div>
|
|
|
- <div class="outThreePage" v-show="equipment == '1'">
|
|
|
- <div id="eegThree" class="naoOneClass"></div>
|
|
|
- </div>
|
|
|
- <div class="outPage" v-show="equipment == '2'">
|
|
|
- <div id="ecgOne" class="naoOneClass" style="height: 500px"></div>
|
|
|
+ <div class="dialog1">
|
|
|
+ <el-dialog
|
|
|
+ class="dialog_bo"
|
|
|
+ title="查看波形图"
|
|
|
+ :visible.sync="echartsVisible"
|
|
|
+ width="90%"
|
|
|
+ center
|
|
|
+ >
|
|
|
+ <div class="dialog_height">
|
|
|
+ <div class="outPage" v-show="equipment == '1'">
|
|
|
+ <div id="eegOne" class="naoOneClass"></div>
|
|
|
+ </div>
|
|
|
+ <div class="outPage" v-show="equipment == '1'">
|
|
|
+ <div id="eegTwo" class="naoOneClass"></div>
|
|
|
+ </div>
|
|
|
+ <div class="outThreePage" v-show="equipment == '1'">
|
|
|
+ <div id="eegThree" class="naoOneClass"></div>
|
|
|
+ </div>
|
|
|
+ <div class="outPage" v-show="equipment == '2'">
|
|
|
+ <div id="ecgOne" class="naoOneClass" style="height: 500px"></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <span slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="echartsVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="echartsVisible = false">确 定</el-button>
|
|
|
- </span>
|
|
|
- </el-dialog>
|
|
|
+ <span slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="echartsVisible = false">取 消</el-button>
|
|
|
+ <el-button type="primary" @click="echartsVisible = false">确 定</el-button>
|
|
|
+ </span>
|
|
|
+ </el-dialog>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -393,8 +395,8 @@ export default {
|
|
|
focusNao: [],
|
|
|
// 全量
|
|
|
focusNaoAll: [],
|
|
|
- // urlThreeP: "../../../static/loong_3/index.html",
|
|
|
- urlThreeP: __static + "/loong_3/index.html",
|
|
|
+ urlThreeP: "../../../static/loong_3/index.html",
|
|
|
+ // urlThreeP: __static + "/loong_3/index.html",
|
|
|
pubsrc: __static,
|
|
|
userLink: {
|
|
|
num: "",
|
|
@@ -1683,8 +1685,8 @@ export default {
|
|
|
this.clearDataFun();
|
|
|
switch (val) {
|
|
|
case 1:
|
|
|
- // this.urlThreeP = "../../../static/loong_3/index.html";
|
|
|
- this.urlThreeP = __static + "/loong_3/index.html";
|
|
|
+ this.urlThreeP = "../../../static/loong_3/index.html";
|
|
|
+ // this.urlThreeP = __static + "/loong_3/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 2:
|
|
@@ -1840,9 +1842,7 @@ export default {
|
|
|
text: "频谱成分",
|
|
|
subtext: "",
|
|
|
left: "center",
|
|
|
- align: "right",
|
|
|
- x: "center",
|
|
|
- y: "bottom",
|
|
|
+ bottom: "20",
|
|
|
},
|
|
|
grid: {
|
|
|
bottom: 80,
|
|
@@ -2162,9 +2162,7 @@ export default {
|
|
|
text: "注意力指标",
|
|
|
subtext: "",
|
|
|
left: "center",
|
|
|
- align: "right",
|
|
|
- x: "center",
|
|
|
- y: "bottom",
|
|
|
+ bottom: "20",
|
|
|
},
|
|
|
grid: {
|
|
|
bottom: 80,
|
|
@@ -2315,9 +2313,7 @@ export default {
|
|
|
text: "原始信号",
|
|
|
subtext: "",
|
|
|
left: "center",
|
|
|
- align: "right",
|
|
|
- x: "center",
|
|
|
- y: "bottom",
|
|
|
+ bottom: "20",
|
|
|
},
|
|
|
grid: {
|
|
|
bottom: 80,
|
|
@@ -2379,11 +2375,7 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style>
|
|
|
-.dialog_bo >>> .el-dialog {
|
|
|
- background: #000000 !important;
|
|
|
-}
|
|
|
-</style>
|
|
|
+
|
|
|
<style scoped>
|
|
|
.equipment_status {
|
|
|
display: flex;
|
|
@@ -2487,9 +2479,9 @@ canvas {
|
|
|
overflow: auto;
|
|
|
}
|
|
|
|
|
|
-/* .outPage{
|
|
|
- background-color:#ffffff !important;
|
|
|
-} */
|
|
|
+.outPage {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
.naoOneClass {
|
|
|
width: 100%;
|
|
|
height: 30vh;
|
|
@@ -2497,3 +2489,14 @@ canvas {
|
|
|
background-color: #ffffff !important;
|
|
|
}
|
|
|
</style>
|
|
|
+<style>
|
|
|
+.dialog_bo .el-dialog {
|
|
|
+ background: #efefef !important ;
|
|
|
+}
|
|
|
+.dialog_bo .el-dialog__title{
|
|
|
+ line-height: 20px;
|
|
|
+ font-size: 20px;
|
|
|
+ color: #303133;
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+</style>
|