diff --git a/src/App.vue b/src/App.vue index 1346c9f..6a1f221 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,19 +17,18 @@ export default { reload: this.reload } }, - data () { + data() { return { locale: zhCN, routerAlive: true } }, - mounted () { - }, + mounted() {}, methods: { - reload () { + reload() { this.routerAlive = false - this.$nextTick(function () { - this.routerAlive = true + this.$nextTick(function() { + this.routerAlive = true }) } } diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 1d25bed..255e910 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -607,6 +607,11 @@ export default { // background-color: #f5f9fe !important; position: relative; background: #fff !important; + .vxe-cell--sort { + position: absolute; + z-index: 3; + right: 0; + } &::after { content: ''; position: absolute;