界面展示修改

duizhaopin_ui
13507605001 2 years ago
parent 817c92e833
commit f4ef94e6d8

@ -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)
},

Loading…
Cancel
Save