mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 00:26:44 +08:00
feat(InsuredPerson): 调整医保选择组件属性
- 移除了医疗单选组件的 isAppnt 禁用状态控制 - 简化了组件标签属性绑定逻辑 - 保留了必填校验规则及数据同步功能
This commit is contained in:
@@ -235,15 +235,7 @@
|
|||||||
v-validate="'required'"
|
v-validate="'required'"
|
||||||
@click="toSelect('3')"
|
@click="toSelect('3')"
|
||||||
/> -->
|
/> -->
|
||||||
<select-radio
|
<select-radio v-validate="'required'" :radios="medicalRadio" :value.sync="userInfo.medical" label="有无社保" name="有无社保" required></select-radio>
|
||||||
v-validate="'required'"
|
|
||||||
:disabled="isAppnt"
|
|
||||||
:radios="medicalRadio"
|
|
||||||
:value.sync="userInfo.medical"
|
|
||||||
label="有无社保"
|
|
||||||
name="有无社保"
|
|
||||||
required
|
|
||||||
></select-radio>
|
|
||||||
<!-- <van-field
|
<!-- <van-field
|
||||||
:value="userInfo.taxResidentId | idToText('taxIdentity')"
|
:value="userInfo.taxResidentId | idToText('taxIdentity')"
|
||||||
readonly
|
readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user