| | |
| | | <div class="devicejob-container"> |
| | | <div class="machineTableDetailsTitle"> |
| | | <p> |
| | | 相关任务 <span>{{ total }}</span |
| | | 相关任务<span>{{ total }}</span |
| | | >次 |
| | | </p> |
| | | </div> |
| | |
| | | <el-table-column label="操作" width="80"> |
| | | |
| | | <template #default="scope"> |
| | | <el-button type="warning" link @click="viewJob(scope.row)">查看</el-button> |
| | | <div class="view" @click="viewJob(scope.row)">查看</div> |
| | | <!-- <el-button type="warning" link @click="viewJob(scope.row)">查看</el-button> --> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | :deep(.el-input__inner) { |
| | | color: #fff !important; |
| | | } |
| | | .view { |
| | | width: 53px; |
| | | height: 27px; |
| | | background: #001f4e; |
| | | border-radius: 0px 0px 0px 0px; |
| | | border: 1px solid #51a8ff; |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | text-align: center; |
| | | line-height: 27px; |
| | | cursor: pointer; |
| | | } |
| | | </style> |