Commit eaaf6f7c authored by tanjunxin's avatar tanjunxin

刀模板申请单弹窗细节优化

parent 1396bf42
......@@ -23,7 +23,7 @@
<el-table-column width="120px" v-if="['add', 'edit'].includes($attrs.optType)" label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
v-if="['edit'].includes($attrs.optType) && scope.row.toolRequestItemId"
v-if="['edit'].includes($attrs.optType) && scope.row.addMachinesStatus"
size="mini"
type="text"
@click="handleCheck(scope.row, scope.$index)"
......
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