Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
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
mes
mes-ui
Commits
f84b06ae
Commit
f84b06ae
authored
Dec 25, 2024
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 刀模板台账表格显示优化
parent
861a13b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/views/mes/tm/tool/index.vue
+3
-2
No files found.
src/views/mes/tm/tool/index.vue
View file @
f84b06ae
...
@@ -126,13 +126,14 @@
...
@@ -126,13 +126,14 @@
<el-table
v-loading=
"loading"
:data=
"toolList"
@
selection-change=
"handleSelectionChange"
>
<el-table
v-loading=
"loading"
:data=
"toolList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"物料编码"
width=
"120"
:show-overflow-tooltip=
"true
"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"物料编码"
min-width=
"180
"
align=
"center"
prop=
"sapItemCode"
/>
<el-table-column
label=
"名称"
min-width=
"180"
align=
"center"
prop=
"toolName"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"名称"
min-width=
"180"
align=
"center"
prop=
"toolName"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-button
<el-button
type=
"text"
type=
"text"
@
click=
"handleView(scope.row)"
@
click=
"handleView(scope.row)"
v-hasPermi=
"['mes:tm:tool:query']"
v-hasPermi=
"['mes:tm:tool:query']"
style=
"white-space: wrap;line-height: 22px;"
>
{{
scope
.
row
.
toolName
}}
</el-button>
>
{{
scope
.
row
.
toolName
}}
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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