huangbin il y a 4 ans
Parent
commit
19da24678b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/market/spot_trade/components/post_buying/index.vue

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

@@ -98,7 +98,7 @@
             </a-col>
             <a-col :span="24"
                    class="relative mt20">
-              <a-form-item :label="isFloat() ? '估算金额' : '牌金额'">
+              <a-form-item :label="isFloat() ? '估算金额' : '牌金额'">
                 <span class="white ml8">{{getMoney()}}</span>
               </a-form-item>
             </a-col>