This commit is contained in:
zhutianqi
2021-08-16 14:11:29 +08:00
parent 5ff5a585b6
commit 7c3d80a4dc
2 changed files with 8 additions and 2 deletions
@@ -407,8 +407,8 @@
arr = data.itemList
}
arr.forEach(item => {
item.zxUserId = ''
item.zxUserIdName = ''
item.zxUserId = item.zxUserId || ''
item.zxUserIdName = item.zxUserIdName || ''
})
this.itemList = arr
this.loading = false
@@ -270,6 +270,12 @@
width="150px"
align="center"
label="不合规">
<el-table-column
width="150px"
align="center"
prop="productionNonCompliance"
label="不合格项目">
</el-table-column>
<el-table-column
width="150px"
align="center"