mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +08:00
Merge branch 'feature/【20210118】工作单位设置为必填项' into release/20210125
# Conflicts: # src/components/common/SearchField.vue # src/views/ebiz/sale/InsuredInfo.vue # src/views/ebiz/sale/InsuredPerson.vue
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="search_box" ref="search_box">
|
||||
<van-field :label="label">
|
||||
<van-field :label="label" required>
|
||||
<template #input>
|
||||
<input
|
||||
style="width: 100%; border: none;"
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
v-validate="'required'"
|
||||
@click="toSelect('9')"
|
||||
/> -->
|
||||
<SearchField v-model="userInfo.workcompany" label="工作单位" placeholder="无工作单位,请输入无" />
|
||||
<SearchField v-model="userInfo.workcompany" label="工作单位" placeholder="无工作单位,请输入无" v-validate="'required'" name="工作单位" />
|
||||
<!-- <van-field
|
||||
v-model="areaName"
|
||||
readonly
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
clearable
|
||||
:readonly="isAppnt"
|
||||
/> -->
|
||||
<SearchField v-model="userInfo.workcompany" label="工作单位" placeholder="无工作单位,请输入无" />
|
||||
<SearchField v-model="userInfo.workcompany" label="工作单位" placeholder="无工作单位,请输入无" v-validate="'required'" name="工作单位" />
|
||||
<!-- <van-field
|
||||
v-model="areaName"
|
||||
readonly
|
||||
|
||||
Reference in New Issue
Block a user