| | |
| | | width="120" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.check_result==='NG'"> <i class="el-icon-circle-close" style="color:red;" /> 不良</div> |
| | | <div v-if="row.check_result==='OK'"> <i class="el-icon-circle-check" style="color: #42b983" /> 合格</div> |
| | | <div v-if="row.check_result==='NG'"> |
| | | <i class="el-icon-info" style="margin-right: 2px" /> |
| | | 不良 |
| | | </div> |
| | | <div v-if="row.check_result==='OK'"> |
| | | <i class="el-icon-success" :style="{color:$store.state.settings.theme}" style="margin-right: 2px" /> |
| | | 合格</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | <el-tooltip class="item" effect="dark" content="查看" placement="top"> |
| | | <i |
| | | class="el-icon-view" |
| | | style="color: #42b983;cursor: pointer;margin-right: 15px;" |
| | | :style="{color:$store.state.settings.theme}" |
| | | style="cursor: pointer;margin-right: 15px;" |
| | | @click="check(row)" |
| | | /> |
| | | </el-tooltip> |
| | |
| | | width="120" |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <div v-if="row.check_result==='NG'"> <i class="el-icon-circle-close" style="color:red;" /> 不良</div> |
| | | <div v-if="row.check_result==='OK'"> <i class="el-icon-circle-check" style="color: #42b983" /> 合格</div> |
| | | <div v-if="row.check_result==='NG'"> |
| | | <i class="el-icon-info" style="margin-right: 2px" /> |
| | | 不良 |
| | | </div> |
| | | <div v-if="row.check_result==='OK'"> |
| | | <i class="el-icon-success" :style="{color:$store.state.settings.theme}" style="margin-right: 2px" /> |
| | | 合格 |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |