槽液检测曲线字段修改

dev-scheduling
jinna 2 days ago
parent ad19cae77e
commit 4b6cbd0af0
  1. 9
      src/views/qualityManagement/tankSolutionSystem/workTankLine.vue

@ -21,8 +21,7 @@
<el-row :gutter="24"> <el-row :gutter="24">
<el-col :span="6"> <el-col :span="6">
<el-form-item label="作业中心" prop="wcId"> <el-form-item label="作业中心" prop="wcId">
<el-select v-model="lineForm.wcId" placeholder="请选择" style="width: 200px;" filterable <el-select v-model="lineForm.wcId" placeholder="请选择" style="width: 200px;" filterable clearable>
clearable>
<el-option v-for="item in workCenterData" :key="item.id" :label="item.wcName" <el-option v-for="item in workCenterData" :key="item.id" :label="item.wcName"
:value="item.id"></el-option> :value="item.id"></el-option>
</el-select> </el-select>
@ -402,7 +401,7 @@ export default {
}, },
{ {
name: '检测值', // name: '检测值', //
data: item.targetList, data: item.testList,
type: 'line', type: 'line',
itemStyle: { itemStyle: {
color: '#6a6d87' color: '#6a6d87'
@ -536,7 +535,7 @@ export default {
}, },
{ {
name: '检测值', // name: '检测值', //
data: item.targetList, data: item.testList,
type: 'line', type: 'line',
itemStyle: { itemStyle: {
color: '#6a6d87' color: '#6a6d87'
@ -824,7 +823,7 @@ export default {
}, },
{ {
name: '检测值', // name: '检测值', //
data: this.testData, data: this.testList,
type: 'line', type: 'line',
itemStyle: { itemStyle: {
color: '#6a6d87' color: '#6a6d87'

Loading…
Cancel
Save