Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
94ea3662
Commit
94ea3662
authored
May 28, 2022
by
11528
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不良定义
parent
4ec849da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
badDefinition.vue
src/views/productionInfo/badDefinition.vue
+8
-6
No files found.
src/views/productionInfo/badDefinition.vue
View file @
94ea3662
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
/>
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary
"
size=
"small"
@
click=
"handleQuery"
>
查询 Query
</el-button>
<el-button
class=
"redBtn"
type=
"danger
"
size=
"small"
@
click=
"handleQuery"
>
查询 Query
</el-button>
<el-button
type=
"primary
"
size=
"small"
@
click=
"resetQuery"
>
重置 Reset
</el-button>
<el-button
class=
"redBtn"
type=
"danger
"
size=
"small"
@
click=
"resetQuery"
>
重置 Reset
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
@@ -42,7 +42,8 @@
...
@@ -42,7 +42,8 @@
<el-col
:span=
"24"
:xs=
"24"
>
<el-col
:span=
"24"
:xs=
"24"
>
<div
style=
"float: right;margin: 10px"
>
<div
style=
"float: right;margin: 10px"
>
<el-button
<el-button
type=
"primary"
class=
"redBtn"
type=
"danger"
size=
"small"
size=
"small"
@
click=
"handleAdd"
@
click=
"handleAdd"
>
新增 Add
</el-button>
>
新增 Add
</el-button>
...
@@ -52,7 +53,8 @@
...
@@ -52,7 +53,8 @@
@
click=
"handleImport"
@
click=
"handleImport"
>
导入 Import
</el-button>
>
导入 Import
</el-button>
<el-button
<el-button
type=
"success"
class=
"redBtn"
type=
"danger"
size=
"small"
size=
"small"
@
click=
"handleExport"
@
click=
"handleExport"
>
导出 Export
</el-button>
>
导出 Export
</el-button>
...
@@ -136,7 +138,7 @@
...
@@ -136,7 +138,7 @@
<el-button
<el-button
size=
"mini"
size=
"mini"
type=
"text"
type=
"text"
icon=
"el-icon-delete
"
class=
"deleteLink
"
@
click=
"handleDelete(scope.row)"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
>
删除
</el-button>
</
template
>
</
template
>
...
@@ -219,7 +221,7 @@
...
@@ -219,7 +221,7 @@
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
@
click=
"cancel"
>
取消
</el-button>
<el-button
type=
"primary
"
@
click=
"submitForm"
>
确定
</el-button>
<el-button
class=
"redBtn"
type=
"danger
"
@
click=
"submitForm"
>
确定
</el-button>
</div>
</div>
</el-dialog>
</el-dialog>
</div>
</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