@ -17,18 +17,17 @@ export default {
reload: this.reload
}
},
data () {
data() {
return {
locale: zhCN,
routerAlive: true
mounted () {
mounted() {},
methods: {
reload () {
reload() {
this.routerAlive = false
this.$nextTick(function () {
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: '';