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
ec8dec5c
Commit
ec8dec5c
authored
Aug 15, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加工站代码字段
parent
06469e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
qualityTest.vue
src/views/ProductionProcess/qualityTest.vue
+9
-0
No files found.
src/views/ProductionProcess/qualityTest.vue
View file @
ec8dec5c
...
@@ -169,6 +169,15 @@
...
@@ -169,6 +169,15 @@
<span>
{{
scope
.
row
.
staName
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
staName
||
'-'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"deviceCode"
>
<
template
slot=
"header"
>
<div>
测试工站代码
</div>
<!--
<div>
Line Beach No.
</div>
-->
</
template
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
deviceCode
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"testDate"
>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"testDate"
>
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<div>
测试时间
</div>
<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