Commit 7aed3f5c authored by 张海景's avatar 张海景

update:修改刀模版上下机去掉入库按钮

parent 79b78d94
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment