|
@@ -24,77 +24,88 @@
|
|
<el-table-column label="H109 OUT" align="center" prop="h109Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H109 OUT" align="center" prop="h109Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h109Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h109Out[index]>=1080" style="color:red;">{{scope.row.h109Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h109Out[index]<1080">{{scope.row.h109Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H110 OUT" align="center" prop="h110Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H110 OUT" align="center" prop="h110Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h110Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h110Out[index]>=1080" style="color:red;">{{scope.row.h110Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h110Out[index]<1080">{{scope.row.h110Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H111 OUT" align="center" prop="h111Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H111 OUT" align="center" prop="h111Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h111Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h111Out[index]>=1080" style="color:red;">{{scope.row.h111Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h111Out[index]<1080">{{scope.row.h111Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H112 OUT" align="center" prop="h112Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H112 OUT" align="center" prop="h112Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h112Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h112Out[index]>=1080" style="color:red;">{{scope.row.h112Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h112Out[index]<1080">{{scope.row.h112Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H113 OUT" align="center" prop="h113Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H113 OUT" align="center" prop="h113Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h113Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h113Out[index]>=1080" style="color:red;">{{scope.row.h113Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h113Out[index]<1080">{{scope.row.h113Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H114 OUT" align="center" prop="h114Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H114 OUT" align="center" prop="h114Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h114Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h114Out[index]>=1080" style="color:red;">{{scope.row.h114Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h114Out[index]<1080">{{scope.row.h114Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H115 OUT" align="center" prop="h115Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H115 OUT" align="center" prop="h115Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h115Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h115Out[index]>=1080" style="color:red;">{{scope.row.h115Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h115Out[index]<1080">{{scope.row.h115Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H116 OUT" align="center" prop="h116Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H116 OUT" align="center" prop="h116Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h116Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h116Out[index]>=1080" style="color:red;">{{scope.row.h116Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h116Out[index]<1080">{{scope.row.h116Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H117 OUT" align="center" prop="h117Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H117 OUT" align="center" prop="h117Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h117Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h117Out[index]>=1080" style="color:red;">{{scope.row.h117Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h117Out[index]<1080">{{scope.row.h117Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H118 OUT" align="center" prop="h118Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H118 OUT" align="center" prop="h118Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 8" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h118Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h118Out[index]>=1080" style="color:red;">{{scope.row.h118Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h118Out[index]<1080">{{scope.row.h118Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="H130 OUT" align="center" prop="h130Out" :show-overflow-tooltip="true">
|
|
<el-table-column label="H130 OUT" align="center" prop="h130Out" :show-overflow-tooltip="true">
|
|
<el-table-column v-for="(item,index) in 12" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<el-table-column v-for="(item,index) in 12" :label="'PASS '+(index+1).toString()" align="center" width="80">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <span>{{ scope.row.h130Out[index] }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.h130Out[index]>=1080" style="color:red;">{{scope.row.h130Out[index]}}</span>
|
|
|
|
+ <span v-if="scope.row.h130Out[index]<1080">{{scope.row.h130Out[index]}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|