From 76b94a25fe08675b6a1205c36173874bd75d83eb Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 7 Jun 2024 13:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E4=B8=BA=E7=A9=BA=E5=B1=95=E7=A4=BA/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/supervise/testRun/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/pqs/supervise/testRun/index.vue b/src/views/pqs/supervise/testRun/index.vue index 4c2c2e92..c886bb6a 100644 --- a/src/views/pqs/supervise/testRun/index.vue +++ b/src/views/pqs/supervise/testRun/index.vue @@ -95,7 +95,14 @@ const tableStore = new TableStore({ null: '待试运行' } }, - { field: 'testRunTime', title: '试运行时间范围', minWidth: 260 }, + { + field: 'testRunTime', + title: '试运行时间范围', + minWidth: 260, + formatter:(row)=>{ + return row.cellValue?row.cellValue:'/' + } + }, { field: 'status', title: '审核状态',