diff --git a/package.json b/package.json index 7e23b1b..b89ea80 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,15 @@ "url": "https://gitee.com/y_project/RuoYi-Vue.git" }, "dependencies": { - "@riophae/vue-treeselect": "0.4.0", + "@liveqing/liveplayer": "^2.7.35", + "@riophae/vue-treeselect": "^0.4.0", "axios": "0.28.1", "clipboard": "2.0.8", "core-js": "3.37.1", "echarts": "5.4.0", "element-ui": "2.15.14", "file-saver": "2.0.5", + "flv.js": "^1.6.2", "fuse.js": "6.4.3", "highlight.js": "9.18.5", "js-beautify": "1.13.0", diff --git a/public/index.html b/public/index.html index 925455c..740ff69 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,10 @@ <%= webpackConfig.name %> + + + + diff --git a/src/components/Canvas/DrawShape.vue b/src/components/Canvas/DrawShape.vue new file mode 100644 index 0000000..0cf76ff --- /dev/null +++ b/src/components/Canvas/DrawShape.vue @@ -0,0 +1,562 @@ + + + + + + diff --git a/src/components/CardPagination/index.vue b/src/components/CardPagination/index.vue new file mode 100644 index 0000000..bdfa8bb --- /dev/null +++ b/src/components/CardPagination/index.vue @@ -0,0 +1,125 @@ + + + + + diff --git a/src/components/InspectionArchiveContrastDialog.vue b/src/components/InspectionArchiveContrastDialog.vue new file mode 100644 index 0000000..000ee8c --- /dev/null +++ b/src/components/InspectionArchiveContrastDialog.vue @@ -0,0 +1,442 @@ + + + + + diff --git a/src/components/VideoPlayerPlatform/index.vue b/src/components/VideoPlayerPlatform/index.vue index d4aadc1..55011b3 100644 --- a/src/components/VideoPlayerPlatform/index.vue +++ b/src/components/VideoPlayerPlatform/index.vue @@ -544,6 +544,7 @@ export default { this.config["VIRTUAL_RTC_MEDIAURL"], this.config.mediaHost ); + console.log("videoUrl", videoUrl); } return new Promise((resolve) => { const playerObj = this.players[this.state.activeIndex]; diff --git a/src/components/VideoPlayerPlatform/players/livePlayer.vue b/src/components/VideoPlayerPlatform/players/livePlayer.vue index 2a1497d..a059081 100644 --- a/src/components/VideoPlayerPlatform/players/livePlayer.vue +++ b/src/components/VideoPlayerPlatform/players/livePlayer.vue @@ -7,7 +7,7 @@ export default { data () { return { visible: false, - videoUrl: '' + videoUrl: '', } }, components: { diff --git a/src/components/cardBox.vue b/src/components/cardBox.vue new file mode 100644 index 0000000..b49f1dc --- /dev/null +++ b/src/components/cardBox.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/src/views/administration/administration.vue b/src/views/administration/administration.vue index e7a763b..83747a9 100644 --- a/src/views/administration/administration.vue +++ b/src/views/administration/administration.vue @@ -228,393 +228,6 @@ :limit.sync="queryParams.pageSize" @pagination="init" /> - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ - $t("administration.RegularExecution") - }} - {{ - $t("administration.PeriodicExecution") - }} - {{ - $t("administration.IntervalExecution") - }} - - - - - - - -
-
{{ $t("administration.timeSetting") }}
- - - - - - - - - - - - - - - {{ $t("share.addTo") }}{{ executionTimeButton }}/7 - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - -
- - {{ - $t("share.cancel") - }} - {{ - $t("administration.nextStep") - }} - -
- -
-
-
-
{{ $t("administration.region") }}
-
- - - -
- - -
-
- -
-
-
- {{ - $t("administration.PreviousStep") - }} - {{ - $t("administration.nextStep") - }} -
-
- -
- - - - - {{ $t("share.Yes") }} - {{ $t("share.No") }} - - - - {{ - $t("administration.PreviousStep") - }} - {{ - $t("share.confirm") - }} - -
- -
-
- - -
定时执行定时执行 周期执行周期执行 间隔执行间隔执行
@@ -97,35 +87,18 @@
时间设置
计划有效期 *
- + - - +
任务执行周期 *
@@ -681,10 +685,76 @@ 确 定 + + + +
将文件拖到此处,或点击上传
+ +
+ +
+ + + +
将文件拖到此处,或点击上传
+
+ +
diff --git a/src/views/equipment/equipment_type.vue b/src/views/equipment/equipment_type.vue index fa57084..9d0ac7e 100644 --- a/src/views/equipment/equipment_type.vue +++ b/src/views/equipment/equipment_type.vue @@ -59,6 +59,7 @@ " > + - - + @@ -113,7 +108,7 @@ :label="$t('equipment_type.Farewell')" v-if="formData.phaseNum == '单相'" > - + @@ -187,6 +182,8 @@ export default { ], }, professionTypeData: [], + devicetypeId: null, + disabledForm:true, }; }, mounted() { @@ -210,8 +207,10 @@ export default { }); }, handleNodeClick(data) { + this.disabledForm=true; console.log(data); // this.type = data.type; + this.devicetypeId = data.devicetypeId; if (data.devicetypeId == 1) { this.rightTitle = this.$t("equipment_type.AddDevice"); this.show = false; @@ -224,6 +223,7 @@ export default { } }, addBtn() { + this.disabledForm=false; this.formData = {}; this.show = true; this.type = 0; @@ -240,9 +240,9 @@ export default { } else if (this.formData.phaseNum == "三相") { this.formData.phase = "ABC"; } - this.formData.powerMainEquFlag="Yes"; + this.formData.powerMainEquFlag = "Yes"; if (this.type == 0) { - this.formData.parentId = 1; + this.formData.parentId = this.devicetypeId; add(this.formData).then((res) => { if (res.code == 200) { this.$message({ diff --git a/src/views/point copy/components/site_VideoDialog copy.vue b/src/views/point copy/components/site_VideoDialog copy.vue new file mode 100644 index 0000000..fe8c554 --- /dev/null +++ b/src/views/point copy/components/site_VideoDialog copy.vue @@ -0,0 +1,591 @@ + + + \ No newline at end of file diff --git a/src/views/point copy/components/site_VideoDialog.vue b/src/views/point copy/components/site_VideoDialog.vue new file mode 100644 index 0000000..966ef3c --- /dev/null +++ b/src/views/point copy/components/site_VideoDialog.vue @@ -0,0 +1,696 @@ + + + \ No newline at end of file diff --git a/src/views/point copy/point_mang.vue b/src/views/point copy/point_mang.vue new file mode 100644 index 0000000..3da0aaa --- /dev/null +++ b/src/views/point copy/point_mang.vue @@ -0,0 +1,452 @@ + + + + + diff --git a/src/views/point copy/site_management.vue b/src/views/point copy/site_management.vue new file mode 100644 index 0000000..c341557 --- /dev/null +++ b/src/views/point copy/site_management.vue @@ -0,0 +1,1374 @@ + + + + + diff --git a/src/views/point/algorithm.vue b/src/views/point/algorithm.vue new file mode 100644 index 0000000..21caf1a --- /dev/null +++ b/src/views/point/algorithm.vue @@ -0,0 +1,549 @@ + + + + + + diff --git a/src/views/point/components/ImageAnnotation.vue b/src/views/point/components/ImageAnnotation.vue new file mode 100644 index 0000000..0435664 --- /dev/null +++ b/src/views/point/components/ImageAnnotation.vue @@ -0,0 +1,534 @@ + + + + + diff --git a/src/views/point/components/chooseAlg.vue b/src/views/point/components/chooseAlg.vue new file mode 100644 index 0000000..28cbc09 --- /dev/null +++ b/src/views/point/components/chooseAlg.vue @@ -0,0 +1,410 @@ + + + diff --git a/src/views/point/components/chooseDevices.vue b/src/views/point/components/chooseDevices.vue new file mode 100644 index 0000000..63e2a7c --- /dev/null +++ b/src/views/point/components/chooseDevices.vue @@ -0,0 +1,222 @@ + + + diff --git a/src/views/point/components/site_VideoDialog copy.vue b/src/views/point/components/site_VideoDialog copy.vue new file mode 100644 index 0000000..fe8c554 --- /dev/null +++ b/src/views/point/components/site_VideoDialog copy.vue @@ -0,0 +1,591 @@ + + + \ No newline at end of file diff --git a/src/views/point/components/site_VideoDialog.vue b/src/views/point/components/site_VideoDialog.vue index fe8c554..966ef3c 100644 --- a/src/views/point/components/site_VideoDialog.vue +++ b/src/views/point/components/site_VideoDialog.vue @@ -17,7 +17,23 @@
- + + + +
@@ -182,7 +198,10 @@ diff --git a/src/views/point/components/uploadDialog.vue b/src/views/point/components/uploadDialog.vue new file mode 100644 index 0000000..d5c309f --- /dev/null +++ b/src/views/point/components/uploadDialog.vue @@ -0,0 +1,171 @@ + + + \ No newline at end of file diff --git a/src/views/point/point_mang copy.vue b/src/views/point/point_mang copy.vue new file mode 100644 index 0000000..155ac92 --- /dev/null +++ b/src/views/point/point_mang copy.vue @@ -0,0 +1,531 @@ +el-button + + + + diff --git a/src/views/point/point_mang.vue b/src/views/point/point_mang.vue index 3da0aaa..ea5b2fc 100644 --- a/src/views/point/point_mang.vue +++ b/src/views/point/point_mang.vue @@ -1,4 +1,4 @@ -