领用申请联系电话必填去除
This commit is contained in:
parent
c2a651c780
commit
75d5a76eb1
|
|
@ -39,7 +39,7 @@
|
|||
style="width: 100%; height: 70rpx"
|
||||
/>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item class="centered-item" label="联系电话" name="phone" required>
|
||||
<uni-forms-item class="centered-item" label="联系电话" name="phone" >
|
||||
<uni-easyinput
|
||||
v-model="formData.phone"
|
||||
maxlength="11"
|
||||
|
|
@ -288,7 +288,7 @@ const rules = ref({
|
|||
},
|
||||
],
|
||||
},
|
||||
phone: {
|
||||
/* phone: {
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
|
|
@ -301,7 +301,7 @@ const rules = ref({
|
|||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
},
|
||||
},*/
|
||||
})
|
||||
|
||||
// 适用班组数
|
||||
|
|
|
|||
Loading…
Reference in New Issue