Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
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
吴迪
gs1-admin
Commits
9e781c98
Commit
9e781c98
authored
May 20, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询条件更改
parent
b939976b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
glossary.vue
src/views/modules/plate/glossary.vue
+10
-10
No files found.
src/views/modules/plate/glossary.vue
View file @
9e781c98
...
@@ -5,14 +5,8 @@
...
@@ -5,14 +5,8 @@
:model=
"dataForm"
:model=
"dataForm"
@
keyup
.
enter
.
native=
"getDataList()"
@
keyup
.
enter
.
native=
"getDataList()"
>
>
<el-form-item
label=
'关键字'
>
<el-input
<el-form-item
prop=
'status'
label=
'标题'
>
v-model=
"dataForm.key"
placeholder=
"参数名"
clearable
></el-input>
</el-form-item>
<el-form-item
prop=
'status'
>
<el-select
v-model=
"dataForm.titleCn"
clearable
>
<el-select
v-model=
"dataForm.titleCn"
clearable
>
<el-option
<el-option
v-for=
"item in titleList"
v-for=
"item in titleList"
...
@@ -22,9 +16,15 @@
...
@@ -22,9 +16,15 @@
</el-option>
</el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
'关键字'
>
<el-input
v-model=
"dataForm.key"
placeholder=
"请输入关键字"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
@
click=
"getDataList()"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"getDataList()"
>
查询
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"add-btn"
>
<div
class=
"add-btn"
>
...
...
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