搜索中心-可伸缩列
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
ref="table"
|
||||
size="middle"
|
||||
@change="tableOnChange"
|
||||
:components="drag(columns,'columns')"
|
||||
:loading="loading"
|
||||
:pagination="false"
|
||||
:scroll="{x: '100%'}"
|
||||
@@ -239,12 +240,14 @@
|
||||
import moment from 'moment'
|
||||
import { Base64 } from 'js-base64'
|
||||
import { mapGetters } from 'vuex'
|
||||
import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
||||
|
||||
export default {
|
||||
name: 'DocumentLibrary',
|
||||
components: {
|
||||
libraryPush
|
||||
},
|
||||
mixins:[ResizeHeader, ResizeColumnProvide],
|
||||
data() {
|
||||
return {
|
||||
searchOption: [],
|
||||
|
||||
Reference in New Issue
Block a user