*
lsh
2025-04-09 62a19bf40e747ab986645728d65a63b927eddb6e
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';