Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡宝山
template_pda_Web
Commits
acfb5ddd
Commit
acfb5ddd
authored
Mar 19, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整按钮
parent
d976877c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
enterbound.vue
src/views/setup/enterbound.vue
+2
-2
No files found.
src/views/setup/enterbound.vue
View file @
acfb5ddd
...
...
@@ -4,10 +4,10 @@
<div
class=
"search"
>
<el-form
:model=
"queryForm"
label-width=
"40px"
>
<el-form-item
label=
"XX:"
>
<el-input
ref=
"input1"
v-model=
"queryForm.value1"
@
keyup
.
enter
.
native=
"handelTab(1,$event)"
></el-input>
<el-input
ref=
"input1"
v-model=
"queryForm.value1"
clearable
@
keyup
.
enter
.
native=
"handelTab(1,$event)"
></el-input>
</el-form-item>
<el-form-item
label=
"YY:"
>
<el-input
ref=
"input2"
v-model=
"queryForm.value2"
@
keyup
.
enter
.
native=
"addList"
></el-input>
<el-input
ref=
"input2"
v-model=
"queryForm.value2"
clearable
@
keyup
.
enter
.
native=
"addList"
></el-input>
</el-form-item>
</el-form>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment