| | |
| | | <el-col :span="4"> |
| | | <el-card style="margin-top: 10px; min-height: 490px"> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-s-grid" @click="selectAll" >选择所有</el-button> |
| | | |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-s-grid" @click="selectAll" >选 择 所 有</el-button> |
| | | </el-row> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-close" @click="clearAll">取消选择</el-button> |
| | | |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-close" @click="clearAll">取 消 选 择</el-button> |
| | | </el-row> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified">选择不合格</el-button> |
| | | |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-document-remove" @click="selectUnqualified">选择不合格</el-button> |
| | | </el-row> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-s-flag" @click="markComplete">标记完成</el-button> |
| | | |
| | | </el-row> <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-files" @click="repairRecord">返修记录</el-button> |
| | | |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-s-flag" @click="markComplete">标 记 完 成</el-button> |
| | | </el-row> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-files" @click="repairRecord">返 修 记 录</el-button> |
| | | </el-row> |
| | | <el-row class="centered-row"> |
| | | <el-button type="success" icon="el-icon-date" @click="operationLog" >操作日志</el-button> |
| | | |
| | | <el-button type="success" style="margin-top: 10px;width:120px;height:40px" icon="el-icon-date" @click="operationLog" >操 作 日 志</el-button> |
| | | </el-row> |
| | | |
| | | |