Browse Source

补充

master
qushutong 1 year ago
parent
commit
77a8e0927e
  1. 8
      src/views/modules/events/veterantopic.vue

8
src/views/modules/events/veterantopic.vue

@ -64,11 +64,11 @@ export default {
dataForm: { dataForm: {
id: '' id: ''
}, },
detailsVisible:false detailsVisible: false
} }
}, },
components: { components: {
AddOrUpdate,DetailsVeteran AddOrUpdate, DetailsVeteran
}, },
methods: { methods: {
formatState: function (row, column) { formatState: function (row, column) {
@ -79,7 +79,7 @@ export default {
return '审核通过' return '审核通过'
} else if (state == '2') { } else if (state == '2') {
return '审核不通过' return '审核不通过'
}else{ } else {
return '待审核' return '待审核'
} }
}, },
@ -91,7 +91,7 @@ export default {
this.$refs.details.dataForm.id = id this.$refs.details.dataForm.id = id
this.$refs.details.init() this.$refs.details.init()
}) })
}, }
} }
} }

Loading…
Cancel
Save