Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
7bd0bf3e
Commit
7bd0bf3e
authored
Dec 07, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改搜索
parent
5e26b6ab
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
0 deletions
+7
-0
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
...manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/librarymanage/LibraryManage.vue
.../admin/src/pages/software/librarymanage/LibraryManage.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
...ui/admin/src/pages/software/materials/MaterialsManage.vue
+2
-0
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
...ui/admin/src/pages/software/materials/modal/CommonLib.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+2
-0
No files found.
sample-form-manager-ui/admin/src/pages/hardware/NumberWriteDevice.vue
View file @
7bd0bf3e
...
...
@@ -26,6 +26,7 @@
v-model=
"searchVal"
class=
"ml10 mr10"
placeholder=
"请输入设备名称搜索"
@
keyup.native.enter=
"handleSearch"
></el-input>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleSearch"
>
搜 索
</el-button
...
...
sample-form-manager-ui/admin/src/pages/software/librarymanage/LibraryManage.vue
View file @
7bd0bf3e
...
...
@@ -39,6 +39,7 @@
style
=
"
width: 200px
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入材料全称搜索
"
@
keyup
.
native
.
enter
=
"
handleSearch
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearch
"
>
搜索
<
/el-butto
n
...
...
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
View file @
7bd0bf3e
...
...
@@ -38,6 +38,7 @@
style
=
"
width: 200px
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入事项全称搜索
"
@
keyup
.
native
.
enter
=
"
handleSearchLeft
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearchLeft
"
>
搜索
<
/el-butto
n
...
...
@@ -159,6 +160,7 @@
v
-
model
=
"
rightSearch
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入材料全称搜索
"
@
keyup
.
native
.
enter
=
"
handleSearchRight
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearchRight
"
>
搜索
<
/el-butto
n
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/CommonLib.vue
View file @
7bd0bf3e
...
...
@@ -9,6 +9,7 @@
v-model=
"searchVal"
class=
"ml10 mr10"
placeholder=
"请输入材料全称搜索"
@
keyup.native.enter=
"handleSarch"
></el-input>
<el-button
size=
"small"
type=
"primary"
@
click=
"handleSarch"
>
搜索
...
...
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
7bd0bf3e
...
...
@@ -40,6 +40,7 @@
size
=
"
small
"
style
=
"
width: 200px
"
v
-
model
=
"
leftSearch
"
@
keyup
.
native
.
enter
=
"
searchLeft
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入事项全称搜索
"
><
/el-input
>
...
...
@@ -194,6 +195,7 @@
v
-
model
=
"
rightSearch
"
class
=
"
ml10 mr10
"
placeholder
=
"
请输入事项名称搜索
"
@
keyup
.
native
.
enter
=
"
handleSearchRight
"
><
/el-input
>
<
el
-
button
size
=
"
small
"
type
=
"
primary
"
@
click
=
"
handleSearchRight
"
>
搜索
<
/el-butto
n
...
...
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