Commit 09aadc71 authored by 芮自成's avatar 芮自成

校验修改

parent 26472f8f
<template>
<div class="label-title mt-2">{{ firstText }}</div>
<div class="bg-fa">
<div class="label-title" required style="font-size: 14px; color: #262626; line-height: 24px">{{ secondText }}</div>
<van-field :rules="[{ required: true, message: '请选择' }]" style="padding: 0" class="mt-2">
<div class="label-title" style="font-size: 14px; color: #262626; line-height: 24px">{{ secondText }}</div>
<van-field style="padding: 0" class="mt-2">
<template #input>
<van-radio-group
v-model="form.adjustTreat"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment