commit
This commit is contained in:
@@ -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
|
||||
|
||||
+6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user