huangbin 4 년 전
부모
커밋
04c526d002
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

+ 1 - 1
src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

@@ -217,7 +217,7 @@
             <a-col :span="24">
               <a-form-item class="tc">
                 <a-button class="listedBtn"
-                          @click="submit">{{isBuy() ? '买' : '卖'}}出</a-button>
+                          @click="submit">{{isBuy() ? '卖' : '买'}}出</a-button>
                 <a-button class="ml10 cancelBtn"
                           @click="cancel">取消</a-button>
               </a-form-item>