huangbin %!s(int64=4) %!d(string=hai) anos
pai
achega
d546c4c58c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/market/spot_trade/components/filter/index.vue

+ 2 - 1
src/views/market/spot_trade/components/filter/index.vue

@@ -23,6 +23,7 @@
       <a-space direction="vertical"
                v-if="!isWR()">
         <a-month-picker :allowClear="false"
+                        :style="{marginRight: '10px' }"
                         placeholder="全部交收月"
                         v-model:value="time"
                         class="commonDatePicker conditionPicker allDatePicker" />
@@ -113,7 +114,7 @@ export default defineComponent({
         }
 
         // 全部期货合约
-        const goodsList = getGoodsListByTrade(TradeMode.ListingAndSelection);
+        const goodsList = getGoodsListByTrade(TradeMode.quote99);
         const selectedGoods = ref<Goods>();
 
         const uuid = v4();