From f68d3c71819feb59e7a227a5d992b059b900916c Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期五, 28 三月 2025 08:28:26 +0800 Subject: [PATCH] 修改报表,界面添加查询流程卡个数,调整推送数据到前端的间隔 --- UI-Project/src/views/NewPage.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/UI-Project/src/views/NewPage.vue b/UI-Project/src/views/NewPage.vue index 5419719..46764dc 100644 --- a/UI-Project/src/views/NewPage.vue +++ b/UI-Project/src/views/NewPage.vue @@ -22,6 +22,7 @@ height: `${rect.height}px`, backgroundColor: 'lightblue'}"> <div class="centered-text"> + <div style="font-size: 15px;font-weight: bold;">{{ rect.sort }}</div> <div style="font-size: 15px;font-weight: bold;">{{ rect.process_id }}</div> <div style="font-size: 15px;font-weight: bold;">{{ rect.project_no }}</div> <div style="font-size: 30px;font-weight: bold;">{{ rect.widtha }}*{{ rect.heighta }}</div> -- Gitblit v1.8.0