|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<el-table-column label="异常次数" prop="exceptionCount"></el-table-column>
|
|
|
|
|
<el-table-column label="完成次数" prop="finishCount"></el-table-column>
|
|
|
|
|
<el-table-column label="巡检项目" prop="itemCount"></el-table-column>
|
|
|
|
|
<el-table-column label="巡检项目名称" prop="itemName"></el-table-column>
|
|
|
|
|
<!--<el-table-column label="巡检项目名称" prop="itemName"></el-table-column>-->
|
|
|
|
|
<el-table-column label="巡检建议" prop="suggestion"></el-table-column>
|
|
|
|
|
<el-table-column label="产品名称" prop="productName"></el-table-column>
|
|
|
|
|
<!--<el-table-column label="操作" width="140">-->
|
|
|
|
@ -360,7 +360,9 @@ export default {
|
|
|
|
|
// this.certQuery.customerId = this.inputEdit.customerId;
|
|
|
|
|
// console.log('获取idQuery:')
|
|
|
|
|
// console.log(this.idQuery)
|
|
|
|
|
console.log("dayin chuanguoai de shujv",this.rowData)
|
|
|
|
|
this.certQuery.deviceCode = this.rowData.deviceCode
|
|
|
|
|
this.certQuery.deptCode = this.rowData.deptCode
|
|
|
|
|
this.certQuery.type = 1
|
|
|
|
|
this.inputQuery = { ...this.idQuery }
|
|
|
|
|
this.inputQuery.devCode = this.idQuery.devCode
|
|
|
|
|