From a1497cb40358cd47b247706321e734cc4c79bf81 Mon Sep 17 00:00:00 2001 From: mashuai Date: Thu, 31 Jul 2025 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=A3=80=E5=A4=A9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warning-analysis/engineering-in-use/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/warning-analysis/engineering-in-use/index.vue b/src/views/warning-analysis/engineering-in-use/index.vue index a580170f..f43d7e61 100644 --- a/src/views/warning-analysis/engineering-in-use/index.vue +++ b/src/views/warning-analysis/engineering-in-use/index.vue @@ -114,7 +114,7 @@ export default { { label: '单位名称', prop: 'unitName', width: '200' }, { label: '工程名称', prop: 'projectName', width: '200' }, { label: '协议号', prop: 'agreementCode', width: '140' }, - { label: '超期时长', prop: 'overDays', width: '100' } + { label: '临检天数', prop: 'overDays', width: '100' } ], // 表格数据 tableList: [],