huangbin 4 лет назад
Родитель
Сommit
33e2d0cdc3

+ 10 - 7
src/views/order/spot_warran/components/spot_warrant_spot_details/components/listing/index.vue

@@ -30,11 +30,13 @@
             </a-col>
             <a-col :span="12"
                    v-if="formState.WRPriceType === 1">
+
               <a-form-item label="挂牌价"
                            name="FixedPrice">
-                <a-input class="commonInput"
-                         v-model:value="formState.FixedPrice"
-                         style="width: 140px" />
+                <a-input-number class="dialogInput"
+                                style="width: 140px"
+                                v-model:value="formState.FixedPrice"
+                                placeholder="请输入挂牌价" />
               </a-form-item>
             </a-col>
             <a-col :span="12"
@@ -51,10 +53,11 @@
             <a-col :span="12">
               <a-form-item label="挂牌数量"
                            name="OrderQty">
-                <a-input class="commonInput"
-                         :suffix="selectedRow.enumdicname"
-                         v-model:value="formState.OrderQty"
-                         style="width: 140px" />
+                <a-input-number class="dialogInput"
+                                style="width: 140px"
+                                :suffix="selectedRow.enumdicname"
+                                v-model:value="formState.OrderQty"
+                                placeholder="请输入挂牌数量" />
               </a-form-item>
             </a-col>
             <a-col :span="12">