Browse Source

0107

master
李达明 3 weeks ago
parent
commit
5d232c85aa
  1. 7
      src/views/battery/monomer/index.vue

7
src/views/battery/monomer/index.vue

@ -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

Loading…
Cancel
Save