Explorar el Código

update BuildDeploy.vue

reghao hace 3 meses
padre
commit
b4e54344ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/devops/app/BuildDeploy.vue

+ 1 - 1
src/views/devops/app/BuildDeploy.vue

@@ -229,7 +229,7 @@
           >
           >
             <template slot-scope="scope">
             <template slot-scope="scope">
               <el-button
               <el-button
-                v-if="scope.row.buildResult === 'Online'"
+                v-if="scope.row.machineStatus === 'Online'"
                 type="text"
                 type="text"
               >
               >
                 <span style="color: green">{{ scope.row.machineStatus }}</span>
                 <span style="color: green">{{ scope.row.machineStatus }}</span>