perf: rename filter
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
f13b168364
commit
6bf6ae0288
|
@ -32,7 +32,7 @@ import VnTableOrder from 'src/components/VnTable/VnOrder.vue';
|
|||
import VnTableFilter from './VnTableFilter.vue';
|
||||
import { getColAlign } from 'src/composables/getColAlign';
|
||||
import RightMenu from '../common/RightMenu.vue';
|
||||
import heightTable from './filters/heightTable';
|
||||
import calcTableHeight from './filters/calculateTableHeight';
|
||||
|
||||
const arrayData = useArrayData(useAttrs()['data-key']);
|
||||
const $props = defineProps({
|
||||
|
@ -118,7 +118,7 @@ const $props = defineProps({
|
|||
},
|
||||
tableHeight: {
|
||||
type: String,
|
||||
default: heightTable,
|
||||
default: calcTableHeight,
|
||||
},
|
||||
footer: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Reference in New Issue