Commit cf814caf authored by 张伯涛's avatar 张伯涛

修改

parent 8685caff
...@@ -105,8 +105,8 @@ ...@@ -105,8 +105,8 @@
</el-table-column> </el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="contract"> <el-table-column :show-overflow-tooltip="true" align="center" prop="contract">
<template slot="header"> <template slot="header">
<div>工厂</div> <div>市场</div>
<div>Country</div> <div>Market</div>
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.contract || '-' }}</span> <span>{{ scope.row.contract || '-' }}</span>
......
...@@ -357,7 +357,9 @@ export default { ...@@ -357,7 +357,9 @@ export default {
xData.push(item.typeSimple) xData.push(item.typeSimple)
} }
defectQtyData.push(item.defectQty) defectQtyData.push(item.defectQty)
inputData.push(item.inPut) if (_this.choseType === 'day' || _this.choseType === 'week' || _this.choseType === 'month') {
inputData.push(item.inPut)
}
// if (this.choseType === 'day' || this.choseType === 'week' || this.choseType === 'month') { // if (this.choseType === 'day' || this.choseType === 'week' || this.choseType === 'month') {
failureProportionData.push(item.failureProportion) failureProportionData.push(item.failureProportion)
// } else { // } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment