From 091035eaa184395a7e4e339bad2cc79154aff33d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 31 八月 2024 17:45:38 +0800
Subject: [PATCH] 新增视频考核规则
---
src/views/screen/components/screen-examine/components/video-chart.vue | 10 +++++-----
src/views/system/check/template/index.vue | 22 +++++++++++-----------
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/views/screen/components/screen-examine/components/video-chart.vue b/src/views/screen/components/screen-examine/components/video-chart.vue
index 2e6a938..b4be02f 100644
--- a/src/views/screen/components/screen-examine/components/video-chart.vue
+++ b/src/views/screen/components/screen-examine/components/video-chart.vue
@@ -93,21 +93,21 @@
let item5 = { value: 0, name: "", id: 0, routerUrl: "" }
item5.value = this.videoList.videoAvailable
- item5.name = "褰曡薄鍙敤鐜�"
+ item5.name = "褰曞儚鍙敤鐜�"
item5.id = 6
item5.routerUrl = ""
this.dataList.push(item5)
let item6 = { value: 0, name: "", id: 0, routerUrl: "" }
- item6.value = this.videoList.annotationAccuracy
- item6.name = "鏍囨敞姝g‘鐜�"
+ item6.value = this.videoList.ministrySiteOnline
+ item6.name = "閮ㄧ骇鐐逛綅鍦ㄧ嚎鐜�"
item6.id = 7
item6.routerUrl = ""
this.dataList.push(item6)
let item7 = { value: 0, name: "", id: 0, routerUrl: "" }
- item7.value = this.videoList.timingAccuracy
- item7.name = "鏍℃椂鍑嗙‘鐜�"
+ item7.value = this.videoList.ministryVideoAvailable
+ item7.name = "閮ㄧ骇宸℃褰曞儚鍙敤鐜�"
item7.id = 8
item7.routerUrl = ""
this.dataList.push(item7)
diff --git a/src/views/system/check/template/index.vue b/src/views/system/check/template/index.vue
index 0b739da..01208d4 100644
--- a/src/views/system/check/template/index.vue
+++ b/src/views/system/check/template/index.vue
@@ -123,16 +123,16 @@
/>
</el-select>
</el-form-item>
- <el-form-item label="鑰冩牳棰戠巼" prop="frequency">
- <el-select v-model="form.frequency" placeholder="鑰冩牳棰戠巼">
- <el-option
- v-for="dict in dict.type.platform_examine_frequency"
- :key="dict.value"
- :label="dict.label"
- :value="parseInt(dict.value)"
- />
- </el-select>
- </el-form-item>
+<!-- <el-form-item label="鑰冩牳棰戠巼" prop="frequency">-->
+<!-- <el-select v-model="form.frequency" placeholder="鑰冩牳棰戠巼">-->
+<!-- <el-option-->
+<!-- v-for="dict in dict.type.platform_examine_frequency"-->
+<!-- :key="dict.value"-->
+<!-- :label="dict.label"-->
+<!-- :value="parseInt(dict.value)"-->
+<!-- />-->
+<!-- </el-select>-->
+<!-- </el-form-item>-->
<el-form-item label="鑰冩牳瀵硅薄" prop="deptId">
<el-select v-model="form.deptId" multiple placeholder="璇烽�夋嫨">
<el-option
@@ -551,7 +551,7 @@
.box-card {
width: 20%;
- margin-right: 80px;
+ margin-right: 50px;
margin-bottom: 30px;
}
.card-container {
--
Gitblit v1.8.0