张同海 2 years ago
parent 3e67cbe575
commit c7be2de6ba

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

@ -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;

Loading…
Cancel
Save