|
@ -300,9 +300,10 @@ const buttonBaseClick = (val, item) => { |
|
|
} |
|
|
} |
|
|
// isShowButton |
|
|
// isShowButton |
|
|
const isShowButton = (row,val) => { |
|
|
const isShowButton = (row,val) => { |
|
|
if (row.type == 'static') { |
|
|
// if (row.type == 'static') { |
|
|
return false |
|
|
// return false |
|
|
} else if (row.sending == '0') { |
|
|
// } else |
|
|
|
|
|
if (row.sending == '0') { |
|
|
return false |
|
|
return false |
|
|
} else{ |
|
|
} else{ |
|
|
return true |
|
|
return true |
|
|