|
@@ -85,6 +85,7 @@ export default {
|
|
res.data.records.forEach(i => {
|
|
res.data.records.forEach(i => {
|
|
this.tableData.push({
|
|
this.tableData.push({
|
|
...i,
|
|
...i,
|
|
|
|
+ deviceIsEnforcement: i.deviceIsEnforcement ? i.deviceIsEnforcement : '否',
|
|
enforcementValue: i.enforcementValue ? i.enforcementValue : '否'
|
|
enforcementValue: i.enforcementValue ? i.enforcementValue : '否'
|
|
})
|
|
})
|
|
})
|
|
})
|