Handy_Cao 1 éve
szülő
commit
bd700853fe

+ 2 - 2
public/locales/zh-CN.json

@@ -315,9 +315,9 @@
             "title1": "挂牌点价",
             "goods": "商品",
             "buyorsell": "方向",
-            "pricemode": "价格方式",
+            "pricemode": "方式",
             "orderqty": "数量",
-            "marketmaxsub": "允许成交范围",
+            "marketmaxsub": "点差",
             "price": "价格",
             "enableQty": "预估可订立量",
             "deposit": "预扣保证金",

+ 4 - 4
src/packages/pc/views/market/trade/pricing/list/listing/index.vue

@@ -215,12 +215,12 @@ const formRules: FormRules = {
 
 const onPriceClick = (buyorsell: BuyOrSell, value: number) => {
     formData.BuyOrSell = buyorsell === BuyOrSell.Sell ? BuyOrSell.Buy : BuyOrSell.Sell
-    if (isDisabled.value) {
+    // if (isDisabled.value) {
         qtyInputFocus()
-    } else {
+    // } else {
         formData.OrderPrice = value
-        priceInputFocus()
-    }
+        // priceInputFocus()
+    // }
 }
 
 // 价格输入框获取焦点