Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
hooloo
web
soss
Commits
df3d3d82
Commit
df3d3d82
authored
Aug 30, 2022
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改机器详情 - 组件管理
parent
765429ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/views/machine/machineDetails/machineDetailsAttribute.vue
+4
-0
src/views/machine/machineDetails/machineDetailsCom.vue
+3
-2
No files found.
src/views/machine/machineDetails/machineDetailsAttribute.vue
View file @
df3d3d82
...
@@ -170,6 +170,10 @@ export default {
...
@@ -170,6 +170,10 @@ export default {
//经验值回显处理
//经验值回显处理
showBut
(
val
){
showBut
(
val
){
if
(
val
!=
""
){
if
(
val
!=
""
){
if
(
val
==
"[]"
){
this
.
experienceValueShow
=
true
;
return
true
;
}
this
.
experienceValueShow
=
false
;
this
.
experienceValueShow
=
false
;
return
false
;
return
false
;
}
else
{
}
else
{
...
...
src/views/machine/machineDetails/machineDetailsCom.vue
View file @
df3d3d82
...
@@ -9,9 +9,10 @@
...
@@ -9,9 +9,10 @@
<el-table-column
label=
"组件编码"
align=
"center"
prop=
"ros_code"
/>
<el-table-column
label=
"组件编码"
align=
"center"
prop=
"ros_code"
/>
<el-table-column
label=
"备注说明"
align=
"center"
prop=
""
/>
<el-table-column
label=
"备注说明"
align=
"center"
prop=
""
/>
<el-table-column
label=
"组件状态"
align=
"center"
prop=
"state_desc"
/>
<el-table-column
label=
"组件状态"
align=
"center"
prop=
"state_desc"
/>
<el-table-column
label=
"原料"
align=
"center"
>
<el-table-column
label=
"原料"
align=
"center"
prop=
"material"
/>
<el-table-column
label=
"操作"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<a
@
click=
"handleMaterialDialog(scope.row)"
style=
"color: blue"
>
添加
原料
</a>
<a
@
click=
"handleMaterialDialog(scope.row)"
style=
"color: blue"
>
选择
原料
</a>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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