diff --git a/frontend/src/views/Batch/Batch.vue b/frontend/src/views/Batch/Batch.vue index 8dd41eaa56bf6f4e2a419f1ae3478edbe690c552..ec6983f8fa8c47da440895206f42b1a4a95323f8 100644 --- a/frontend/src/views/Batch/Batch.vue +++ b/frontend/src/views/Batch/Batch.vue @@ -22,7 +22,7 @@ - + {{ scope.row.name }} @@ -51,19 +51,20 @@ diff --git a/frontend/src/views/Batch/Detail.vue b/frontend/src/views/Batch/Detail.vue index a567aa7112a4d40ddfd8f18da9bb70ac50d2769f..bb76d50deac38a6bbb35f64ae51e3d5982230a66 100644 --- a/frontend/src/views/Batch/Detail.vue +++ b/frontend/src/views/Batch/Detail.vue @@ -1,9 +1,62 @@ - batch detail of {{ $route.params.id }} + + + + + 操作 + + + + + + + + rpm下发 + + + + + rpm卸载 + + + + + + + + + + + {{ data.row.ip }} + + + + + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file
batch detail of {{ $route.params.id }}