@@ -117,7 +117,6 @@ export default defineComponent({
},
setup(props, context) {
const isBottom = getShowBottomValue();
- console.log(isBottom.value, 'isBottom');
// 表格列表数据
const { loading, tableList, queryTable } = queryTableList<QueryTjmdTradeOrderDetailRsp>();