diff --git a/src/view/dialog/dialogRW.vue b/src/view/dialog/dialogRW.vue index 908bc29..ff5f2e7 100644 --- a/src/view/dialog/dialogRW.vue +++ b/src/view/dialog/dialogRW.vue @@ -50,6 +50,7 @@
确定要上报吗?
+
注:工作日早上8:30,自动推送
上报
取消
@@ -145,6 +146,7 @@ import lamp8 from "../../assets/sy-table/lampRed3.png"; import lamp9 from "../../assets/sy-table/lampYellow3.png"; import { ElMessage } from "element-plus"; import http from "@/utils/request.js"; +import { reRendering } from "element-plus/es/components/watermark/src/utils.mjs"; const router = useRouter(); const routers = useRoute(); @@ -204,6 +206,7 @@ const escalation = () => { } console.log(clicked.value); }; + const confirmEvent = () => { console.log("confirm!", data.character); let ReportedDto = { @@ -363,7 +366,7 @@ const handle = (current) => { .lampTitle { text-align: center; // padding-top: 33px; - margin: 33px 0 30px 0; + margin: 28px 0 10px 0; font-size: 16px; font-weight: 500; font-family: PingFangSC, PingFang SC; @@ -371,6 +374,17 @@ const handle = (current) => { line-height: 22px; letter-spacing: 1px; } + .lampMessage { + text-align: center; + // padding-top: 33px; + margin: 10px 0 14px 0; + font-size: 14px; + font-weight: 500; + font-family: PingFangSC, PingFang SC; + color: red; + line-height: 22px; + letter-spacing: 1px; + } .lampBtn { display: flex; align-items: center; diff --git a/src/view/sy_table.vue b/src/view/sy_table.vue index faf231d..652640d 100644 --- a/src/view/sy_table.vue +++ b/src/view/sy_table.vue @@ -136,7 +136,7 @@ class="progress-bar" :style="{ width: item.progress + '%' }" > - {{ item.progress }}% +