Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5f110a84
authored
2024-05-31 18:43:00 +0800
by
yyx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去除证件类型
1 parent
9bc2162d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/viewsPc/seat/add-watch-people.vue
src/viewsPc/seat/add-watch-people.vue
View file @
5f110a8
...
...
@@ -59,7 +59,7 @@ const people = reactive({
:placeholder=
"language == 0 ? '请输入姓名' : 'Name'"
/>
</div>
<div>
<
!--
<
div>
<div
class=
"label"
>
{{
languageFormat
(
language
,
"证件类型"
,
"Type of Document"
)
}}
</div>
...
...
@@ -69,17 +69,17 @@ const people = reactive({
placeholder=
"Please input"
readonly
/>
</div>
</div>
-->
</div>
<div
class=
"form-item"
>
<div>
<div
class=
"label"
>
{{
languageFormat
(
language
,
"
身份证
号"
,
"Identity Card"
)
}}
{{
languageFormat
(
language
,
"
有效证件
号"
,
"Identity Card"
)
}}
</div>
<el-input
v-model=
"people.form.idCard"
style=
"width: 570px"
:placeholder=
"language == 0 ? '请输入
身份证
号' : 'ID Number'"
:placeholder=
"language == 0 ? '请输入
有效证件
号' : 'ID Number'"
/>
</div>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment