Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
7aed3f5c
Commit
7aed3f5c
authored
Mar 07, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改刀模版上下机去掉入库按钮
parent
79b78d94
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/mes/tm/toolmachinesrecord/index.vue
+4
-4
No files found.
src/views/mes/tm/toolmachinesrecord/index.vue
View file @
7aed3f5c
...
...
@@ -150,7 +150,7 @@
<el-table-column
label=
"工作单元名称"
min-width=
"100"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
label=
"工作单元id"
min-width=
"100"
align=
"center"
prop=
"workunitId"
/>
<el-table-column
label=
"操作"
align=
"center"
width=
"100"
fixed=
"right"
class-name=
"small-padding fixed-width"
>
<
!-- <
el-table-column label="操作" align="center" width="100" fixed="right" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
...
...
@@ -159,7 +159,7 @@
icon="el-icon-bottom-right"
@click="handleUpdate(scope.row)"
v-hasPermi="['tm:toolmachinesrecord:edit']"
>
入库
</el-button>
>入库</el-button>
-->
<!-- <el-button
size="mini"
type="text"
...
...
@@ -167,8 +167,8 @@
@click="handleDelete(scope.row)"
v-hasPermi="['tm:toolmachinesrecord:remove']"
>删除</el-button> -->
</
template
>
</el-table-column>
<
!-- <
/template>
</el-table-column>
-->
</el-table>
<pagination
...
...
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