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: [