Commit 25e3b323 by 曾经

table-sticky

parent c6751842
......@@ -10,6 +10,7 @@ import { formatLongTime, paddingBorth } from "@/utils/utils";
import FreezeDialog from "../../components/dialog/freeze.vue";
import MemberFieldsDialog from "../../components/dialog/fieldsSettingDialog.vue";
import ExportFieldsDialog from "../../components/dialog/fieldsSettingDialog.vue";
import tableSticky from "@/utils/table-sticky.js"
export default {
name: "abnormal-member-list",
components: {
......@@ -17,7 +18,7 @@ export default {
MemberFieldsDialog,
FreezeDialog
},
mixins: [authMethods],
mixins: [authMethods,tableSticky],
filters: {
formatBirth(value){
return paddingBorth(value) || '--'
......@@ -36,6 +37,11 @@ export default {
},
data() {
return {
// headerTop: "50px",
// headerWidth: 0,
// parent: 'frozen-table',
// scrollClass: 'dm-layout-page',
pickerOptions:{
disabledDate(date){
let minDate = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment