Handy_Cao 1 год назад
Родитель
Сommit
cb5ab158d9

+ 0 - 1
src/constants/order.ts

@@ -16,7 +16,6 @@ export enum BuyOrSell {
 export enum BuildType {
     Open = 1,      // 建仓
     Close = 2,     // 平仓
-    CloseOpen = 3, // 先平后建
 }
 
 /**

+ 1 - 1
src/packages/pc/views/query/trade/pricing/history/index.vue

@@ -75,7 +75,7 @@ filterOptons.selectList = [
     {
         key: 'buildType',
         selectedValue: 1,
-        options: getBuildTypeList(),
+        options: getBuildTypeList().slice(0, 2),
         locked: true,
     }
 ]