Pārlūkot izejas kodu

积分只能输入数字默认两位

lichao 3 gadi atpakaļ
vecāks
revīzija
6a6145b8b1

+ 16 - 0
src/views/basicData/productInformation/detailsPageEdit.vue

@@ -59,6 +59,22 @@
               <template slot="append">kg</template>
             </el-input>
           </template>
+          <template slot="integralMultiples" slot-scope="scope">
+            <el-input
+              v-input-limit="2"
+              v-model="form.integralMultiples"
+              clearable
+              placeholder="请输入 积分倍数"
+            ></el-input>
+          </template>
+          <template slot="integral" slot-scope="scope">
+            <el-input
+              v-input-limit="2"
+              v-model="form.integral"
+              clearable
+              placeholder="请输入 兑换积分"
+            ></el-input>
+          </template>
         </avue-form>
       </basic-container>
     </div>