|
@@ -43,7 +43,7 @@ import { expandIcon } from '@/common/setup/table/clolumn';
|
|
|
import { ColumnType } from '@/common/methods/table/interface';
|
|
import { ColumnType } from '@/common/methods/table/interface';
|
|
|
import { Moment } from 'moment';
|
|
import { Moment } from 'moment';
|
|
|
import moment from 'moment';
|
|
import moment from 'moment';
|
|
|
-import { getHasBottom } from '@/common/setup/order/orderData';
|
|
|
|
|
|
|
+import { getShowBottomValue } from '@/common/config/constrolBottom';
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
emits: ['cancel', 'openComponent'],
|
|
emits: ['cancel', 'openComponent'],
|
|
@@ -72,7 +72,7 @@ export default defineComponent({
|
|
|
[ModalEnum.spot_trade_warehouse_financing_delisting]: defineAsyncComponent(() => import('../financing_delisting/index.vue')),
|
|
[ModalEnum.spot_trade_warehouse_financing_delisting]: defineAsyncComponent(() => import('../financing_delisting/index.vue')),
|
|
|
},
|
|
},
|
|
|
setup(props, context) {
|
|
setup(props, context) {
|
|
|
- const isBottom = getHasBottom();
|
|
|
|
|
|
|
+ const isBottom = getShowBottomValue();
|
|
|
console.log(isBottom.value, 'isBottom');
|
|
console.log(isBottom.value, 'isBottom');
|
|
|
// 表格列表数据
|
|
// 表格列表数据
|
|
|
const { loading, tableList, queryTable } = queryTableList<WrOrderQuoteDetail>();
|
|
const { loading, tableList, queryTable } = queryTableList<WrOrderQuoteDetail>();
|