src/main/webapp/views/commandManage/commandManage.html
@@ -178,6 +178,22 @@ } this.getTableData() }, exportTable() { this.tableSearchParam = { task_no: null, status: null, wrk_no: null } this.executeExportTable() }, exportTableAll() { this.tableSearchParam = { task_no: null, status: null, wrk_no: null } this.executeExportTableAll() }, tableRowClassName({row, rowIndex}) { if (rowIndex === this.commandStep) { return 'success-row';