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

修改

parent 8685caff
......@@ -105,8 +105,8 @@
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" prop="contract">
<template slot="header">
<div>工厂</div>
<div>Country</div>
<div>市场</div>
<div>Market</div>
</template>
<template slot-scope="scope">
<span>{{ scope.row.contract || '-' }}</span>
......
......@@ -357,7 +357,9 @@ export default {
xData.push(item.typeSimple)
}
defectQtyData.push(item.defectQty)
if (_this.choseType === 'day' || _this.choseType === 'week' || _this.choseType === 'month') {
inputData.push(item.inPut)
}
// if (this.choseType === 'day' || this.choseType === 'week' || this.choseType === 'month') {
failureProportionData.push(item.failureProportion)
// } 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