From 7b33045ce18d02245f7c9b09802b5f0dad380ac6 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 01:15:45 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E4=BD=8D=E6=95=B0=E8=BE=93=E5=85=A5=E9=A1=B9?= =?UTF-8?q?=E5=88=B0=E4=BA=A4=E6=98=93=E5=AF=B9=E7=BC=96=E8=BE=91=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tokenization/trading-pairs/components/edit.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/tokenization/trading-pairs/components/edit.vue b/src/views/tokenization/trading-pairs/components/edit.vue index 2b27d47..cb251be 100644 --- a/src/views/tokenization/trading-pairs/components/edit.vue +++ b/src/views/tokenization/trading-pairs/components/edit.vue @@ -28,6 +28,7 @@ const form = ref({ minOrderQuantity: props.data.minOrderQuantity, makerFeeRate: props.data.makerFeeRate, takerFeeRate: props.data.takerFeeRate, + pricePrecision: props.data.pricePrecision, iconUrl: props.data.iconUrl, isActive: props.data.isActive, marginEnabled: props.data.marginEnabled, @@ -151,6 +152,12 @@ function handleSubmit() { + + + + + +