@ -97,6 +97,14 @@ export default {
place: null
}
},
computed: {
mainTitle() {
return this.$route.name.indexOf('Receiving') !== -1 ? `${this.$store.state.app.title}领用` : `${this.$store.state.app.title}归还`
subTitle() {
return this.$route.name.indexOf('Receiving') !== -1 ? `${this.$store.state.app.title}领用列表` : `${this.$store.state.app.title}归还列表`
created() {
this.pageChange(1)