Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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_vue
Commits
fd1a084c
Commit
fd1a084c
authored
Sep 19, 2023
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工序日志 筛选px换成下拉框
parent
fa5d5ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
index.vue
src/views/production/gxlog/index.vue
+10
-4
No files found.
src/views/production/gxlog/index.vue
View file @
fd1a084c
...
@@ -39,14 +39,20 @@
...
@@ -39,14 +39,20 @@
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"gx"
prop=
"gx"
>
<el-form-item
label=
"gx"
prop=
"gx"
>
<el-
inpu
t
<el-
selec
t
v-model=
"queryParams.gx"
v-model=
"queryParams.gx"
placeholder=
"请
输入
gx"
placeholder=
"请
选择
gx"
clearable
clearable
size=
"small"
size=
"small"
style=
"width: 150px"
style=
"width: 150px"
@
keyup
.
enter
.
native=
"handleQuery"
>
/>
<el-option
v-for=
"dict in dictList"
:key=
"dict.dictValue"
:label=
"dict.dictLabel"
:value=
"dict.dictValue"
/>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
<el-button
...
...
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