From c8111702fdd533af66e7c57ac8273caa4956818f Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Tue, 2 Jul 2024 16:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=20=E8=AF=95=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E5=91=8A=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/supervise/testRun/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/pqs/supervise/testRun/index.vue b/src/views/pqs/supervise/testRun/index.vue index e3057233..afa457ca 100644 --- a/src/views/pqs/supervise/testRun/index.vue +++ b/src/views/pqs/supervise/testRun/index.vue @@ -98,7 +98,7 @@ const tableStore = new TableStore({ { field: 'testRunTime', title: '试运行时间范围', - minWidth: 260, + minWidth: 200, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -128,14 +128,14 @@ const tableStore = new TableStore({ { field: 'createBy', title: '填报人', - minWidth: 80, + minWidth: 100, formatter: (row: any) => { return dictData.state.userList.filter(item => item.id == row.cellValue)[0]?.name } }, { title: '操作', - minWidth: 170, + minWidth: 230, fixed: 'right', render: 'buttons', buttons: [