Showing
1 changed file
with
2 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-14 14:44:30 | 2 | * @Date: 2022-09-14 14:44:30 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-12-28 18:54:38 | 4 | + * @LastEditTime: 2022-12-29 10:39:31 |
| 5 | * @FilePath: /data-table/src/components/IdentityField/index.vue | 5 | * @FilePath: /data-table/src/components/IdentityField/index.vue |
| 6 | * @Description: 身份证输入控件 | 6 | * @Description: 身份证输入控件 |
| 7 | --> | 7 | --> |
| ... | @@ -11,9 +11,8 @@ | ... | @@ -11,9 +11,8 @@ |
| 11 | {{ item.component_props.label | 11 | {{ item.component_props.label |
| 12 | }}<span v-if="item.component_props.required"> *</span> | 12 | }}<span v-if="item.component_props.required"> *</span> |
| 13 | </div> | 13 | </div> |
| 14 | - <div v-if="item.component_props.readonly" style="padding: 0.5rem 1rem;">{{ item.value }}</div> | 14 | + <!-- <div v-if="item.component_props.readonly" style="padding: 0.5rem 1rem;">{{ item.value }}</div> --> |
| 15 | <van-field | 15 | <van-field |
| 16 | - v-else | ||
| 17 | v-model="item.value" | 16 | v-model="item.value" |
| 18 | :id="item.name" | 17 | :id="item.name" |
| 19 | :name="item.name" | 18 | :name="item.name" | ... | ... |
-
Please register or login to post a comment