This commit is contained in:
liuye
2022-07-01 15:11:11 +08:00
parent d8c36de113
commit 48a01ef1da
4 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
<template>
<div class="AppMerchantManage">
</div>
</template>
<script>
import {mapState} from 'vuex'
export default {
name: 'AppMerchantManage',
appName: '商户管理',
data() {
return {
}
},
computed: {...mapState(['user'])},
created() {
},
onShow() {
document.title = "商户管理"
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.AppMerchantManage {
}
</style>

View File

@@ -0,0 +1,33 @@
<template>
<div class="add">
</div>
</template>
<script>
import {mapState} from 'vuex'
export default {
name: 'add',
data() {
return {
}
},
computed: {...mapState(['user'])},
created() {
},
onShow() {
document.title = "商户管理"
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.add {
}
</style>

View File

@@ -0,0 +1,33 @@
<template>
<div class="addClerk">
</div>
</template>
<script>
import {mapState} from 'vuex'
export default {
name: 'addClerk',
data() {
return {
}
},
computed: {...mapState(['user'])},
created() {
},
onShow() {
document.title = "商户管理"
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.addClerk {
}
</style>

View File

@@ -245,7 +245,7 @@ uni-page-body{
.map-content {
width: 100%;
height: calc(100% - 210px);
height: calc(100% - 110px);
}
.popup {