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
d86f56cc
Commit
d86f56cc
authored
Aug 04, 2022
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表展示属性
parent
89df243b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/views/machine/machineDetails/machineDetails.vue
+2
-2
src/views/machine/model/modelCom.vue
+2
-2
No files found.
src/views/machine/machineDetails/machineDetails.vue
View file @
d86f56cc
...
...
@@ -27,8 +27,8 @@
</
template
>
</el-table-column>
<el-table-column
label=
"机器型号"
align=
"center"
prop=
"model"
/>
<el-table-column
label=
"状态"
align=
"center"
prop=
"state"
/>
<el-table-column
label=
"绑定时间"
align=
"center"
prop=
"
desc
"
/>
<el-table-column
label=
"状态"
align=
"center"
prop=
"state
_desc
"
/>
<el-table-column
label=
"绑定时间"
align=
"center"
prop=
"
bind_time
"
/>
<el-table-column
label=
"组件管理"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<a
@
click=
"handleComponentDialog(scope.row)"
style=
"color: blue"
>
管理组件
</a>
...
...
src/views/machine/model/modelCom.vue
View file @
d86f56cc
...
...
@@ -31,7 +31,7 @@
</el-select>
</
template
>
</el-table-column>
<el-table-column
label=
"组件编码"
align=
"center"
prop=
"serial_no"
/>
<el-table-column
label=
"组件编码"
align=
"center"
prop=
"
co_
serial_no"
/>
<el-table-column
label=
"ROS硬件编码"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
<p
v-show=
!scope.row.isShow
>
{{
scope
.
row
.
ros_code
}}
</p>
...
...
@@ -44,7 +44,7 @@
<el-input
v-model=
"scope.row.desc"
clearable
v-show=
"scope.row.isShow"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"组件状态"
align=
"center"
prop=
"state"
/>
<el-table-column
label=
"组件状态"
align=
"center"
prop=
"state
_desc
"
/>
<el-table-column
label=
"原料"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleEditDialog(scope.row)"
v-show=
!scope.row.isShow
>
编辑组件属性
</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