diff --git a/yanzhu-bigscreen/public/css/largeScreenStyle.css b/yanzhu-bigscreen/public/css/largeScreenStyle.css index aedda8a4..780881ef 100644 --- a/yanzhu-bigscreen/public/css/largeScreenStyle.css +++ b/yanzhu-bigscreen/public/css/largeScreenStyle.css @@ -60,6 +60,7 @@ body { height: 1080px; } .img-openwin { + cursor: pointer; width: 26px; height: 26px; } diff --git a/yanzhu-bigscreen/src/api/safety.js b/yanzhu-bigscreen/src/api/safety.js index 603ddabe..0fbc4918 100644 --- a/yanzhu-bigscreen/src/api/safety.js +++ b/yanzhu-bigscreen/src/api/safety.js @@ -25,8 +25,6 @@ const listCountForBG = (data) => { }; const listForBG = (data) => { - data.pageSize = 5; - data.pageNum = 1; return request({ url: `/manage/problemmodify/listForBG`, method: "get", diff --git a/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue b/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue new file mode 100644 index 00000000..afda7920 --- /dev/null +++ b/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue @@ -0,0 +1,293 @@ + + + + {{ title }} + + + 待整改{{ counts[0] }} + 待复检{{ counts[1] }} + 复检驳回{{ counts[2] }} + 复检通过{{ counts[3] }} + 整改超时{{ counts[4] }} + + + + + 暂无数据 + + + + + 整改前 + 整改后 + + + + + + + 隐串类型: + {{ getDict(it.dangerType) }} + + + 提交时间: + {{ it.createTime }} + + + 提交人: + {{ it.createUser }} + + + 整改人: + {{ it.lordSentUser }} + + + 抄送人: + {{ it.copySendUser }} + + + 截止时间: + {{ it.nickedTime }} + + + 隐患描述: + {{ it.workParts }} + + + 整改要求: + {{ it.changeInfo }} + + + + + + + + + + + \ No newline at end of file diff --git a/yanzhu-bigscreen/src/views/safetyCheck.vue b/yanzhu-bigscreen/src/views/safetyCheck.vue index 187685f0..1aa41cec 100644 --- a/yanzhu-bigscreen/src/views/safetyCheck.vue +++ b/yanzhu-bigscreen/src/views/safetyCheck.vue @@ -21,6 +21,7 @@ + {{ item1Data.total }} @@ -28,36 +29,253 @@ + :render="o => renderDataItem(1)"> + + + + {{ it.name }} + + {{ it.value }} + {{ it.percent }}% + + + + + 最新提交 + + + + + + 提交人: + {{ it.createUser }} + + + 整改人: + {{ it.lordSentUser }} + + + 复检人: + {{ it.recheckSendUser }} + + + 隐患描述: + {{ it.workParts }} + + + 整改要求: + {{ it.changeInfo }} + + + 状态: + {{ getStatus(it.checkState) }} + + + - {{ item1Data.infos }} + - + + + + + {{ item2Data.total }} + 问题总数 + + + + + + + {{ it.name }} + + {{ it.value }} + {{ it.percent }}% + + + + + + 最新提交 + + + + + + 提交人: + {{ it.createUser }} + + + 整改人: + {{ it.lordSentUser }} + + + 复检人: + {{ it.recheckSendUser }} + + + 隐患描述: + {{ it.workParts }} + + + 整改要求: + {{ it.changeInfo }} + + + 状态: + {{ getStatus(it.checkState) }} + + + + + + - + + + + + {{ item3Data.total }} + 问题总数 + + + + + + + {{ it.name }} + + {{ it.value }} + {{ it.percent }}% + + + + + + 最新提交 + + + + + + 提交人: + {{ it.createUser }} + + + 整改人: + {{ it.lordSentUser }} + + + 复检人: + {{ it.recheckSendUser }} + + + 隐患描述: + {{ it.workParts }} + + + 整改要求: + {{ it.changeInfo }} + + + 状态: + {{ getStatus(it.checkState) }} + + + + + + - + + + + + {{ item4Data.total }} + 问题总数 + + + + + + + {{ it.name }} + + {{ it.value }} + {{ it.percent }}% + + + + + + 最新提交 + + + + + + 提交人: + {{ it.createUser }} + + + 整改人: + {{ it.lordSentUser }} + + + 复检人: + {{ it.recheckSendUser }} + + + 隐患描述: + {{ it.workParts }} + + + 整改要求: + {{ it.changeInfo }} + + + 状态: + {{ getStatus(it.checkState) }} + + + + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue new file mode 100644 index 00000000..02a637de --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerDataLimit/index.vue @@ -0,0 +1,15 @@ + + + 222222 + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerDataLocal/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataLocal/index.vue new file mode 100644 index 00000000..5728a514 --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerDataLocal/index.vue @@ -0,0 +1,15 @@ + + + 222222 + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue new file mode 100644 index 00000000..5a728fc3 --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerDataRound/index.vue @@ -0,0 +1,15 @@ + + + 222222 + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue new file mode 100644 index 00000000..c62ace6a --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerDataRun/index.vue @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 删除 + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}:{s}") }} + + + + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerDataWarning/index.vue b/yanzhu-ui-vue3/src/views/device/towerDataWarning/index.vue new file mode 100644 index 00000000..6b9baad4 --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerDataWarning/index.vue @@ -0,0 +1,15 @@ + + + 222222 + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/towerProjectConfig/index.vue b/yanzhu-ui-vue3/src/views/device/towerProjectConfig/index.vue new file mode 100644 index 00000000..36b48eff --- /dev/null +++ b/yanzhu-ui-vue3/src/views/device/towerProjectConfig/index.vue @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + 新增 + + + 修改 + + + 删除 + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.driName }} + {{ scope.row.driPhone }} + + + + + {{ scope.row.safName }} + {{ scope.row.safPhone }} + + + + + + + + + + + + + + + {{ parseTime(scope.row.updateTime, "{y}-{m}-{d} {h}:{i}") }} + + + + + 修改 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/trouble/problemmodify/detailDrawer.vue b/yanzhu-ui-vue3/src/views/trouble/problemmodify/detailDrawer.vue index 6cebd9dd..7831a5f1 100644 --- a/yanzhu-ui-vue3/src/views/trouble/problemmodify/detailDrawer.vue +++ b/yanzhu-ui-vue3/src/views/trouble/problemmodify/detailDrawer.vue @@ -253,8 +253,8 @@ let data = reactive({ ] }, checkStates: [{ value: "0", label: '待整改' }, { value: "1", label: '待复检' }, - { value: "2", label: '复检驳回' }, - { value: "3", label: '复检通过' }] + { value: "3", label: '复检驳回' }, + { value: "4", label: '复检通过' }] }); const { step2Form, step2Rules, step3Form, step3Rules } = toRefs(data); function validateStep2Images(rule, value, callback) { diff --git a/yanzhu-ui-vue3/src/views/trouble/problemmodify/index.vue b/yanzhu-ui-vue3/src/views/trouble/problemmodify/index.vue index 44cc0918..a65f70db 100644 --- a/yanzhu-ui-vue3/src/views/trouble/problemmodify/index.vue +++ b/yanzhu-ui-vue3/src/views/trouble/problemmodify/index.vue @@ -130,8 +130,8 @@ const data = reactive({ activeName: 'a', tabInfo: {}, checkStates: [{ value: "0", label: '待整改' }, { value: "1", label: '待复检' }, - { value: "2", label: '复检驳回' }, - { value: "3", label: '复检通过' }] + { value: "3", label: '复检驳回' }, + { value: "4", label: '复检通过' }] }); const { queryParams, form, rules } = toRefs(data);