From c7be2de6ba63f6c9f59ce400104a803585ff621a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Wed, 7 Dec 2022 15:21:50 +0800 Subject: [PATCH] 12/7 --- src/App.vue | 11 +++++------ src/views/main/BookingLedger/list/index.vue | 5 +++++ 2 files changed, 10 insertions(+), 6 deletions(-) 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;