WMS系统功能添加
This commit is contained in:
@@ -141,11 +141,16 @@ export default {
|
||||
},
|
||||
//todo 更改单元格格式
|
||||
rowClassName(item) {
|
||||
if (item.row.status > 0) {
|
||||
if (item.row.status === 1) {
|
||||
return {
|
||||
backgroundColor: '#FFFF00',
|
||||
}
|
||||
}
|
||||
if (item.row.status === 2) {
|
||||
return {
|
||||
backgroundColor: '#55ff00',
|
||||
}
|
||||
}
|
||||
return null
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user