|
@@ -137,7 +137,7 @@ export default {
|
|
},
|
|
},
|
|
examine: {
|
|
examine: {
|
|
conditions: ({ row, index, column }) => {
|
|
conditions: ({ row, index, column }) => {
|
|
- return res.data.examineStatus == "WAIT"
|
|
|
|
|
|
+ return row.examineStatus == "WAIT"
|
|
},
|
|
},
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
enginMaterialDetail({
|
|
enginMaterialDetail({
|