Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-12-29 10:40:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ab9e42f101c4d5c277c122f9a1a4c664069f0af5
ab9e42f1
1 parent
f7f7d5ed
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/components/IdentityField/index.vue
src/components/IdentityField/index.vue
View file @
ab9e42f
<!--
* @Date: 2022-09-14 14:44:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-2
8 18:54:38
* @LastEditTime: 2022-12-2
9 10:39:31
* @FilePath: /data-table/src/components/IdentityField/index.vue
* @Description: 身份证输入控件
-->
...
...
@@ -11,9 +11,8 @@
{{ item.component_props.label
}}<span v-if="item.component_props.required"> *</span>
</div>
<
div v-if="item.component_props.readonly" style="padding: 0.5rem 1rem;">{{ item.value }}</div
>
<
!-- <div v-if="item.component_props.readonly" style="padding: 0.5rem 1rem;">{{ item.value }}</div> --
>
<van-field
v-else
v-model="item.value"
:id="item.name"
:name="item.name"
...
...
Please
register
or
login
to post a comment