huangbin 4 年之前
父节点
当前提交
19da24678b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>