零件数量维护
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tooltip :open-delay="1000" effect="dark" content="编辑零件数量" placement="top">
|
<el-tooltip :open-delay="1000" effect="dark" content="编辑零件数量" placement="top">
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="scope.row.考核状态>=6"
|
:disabled="scope.row.考核状态>=6&&scope.row.状态==='已加工'"
|
||||||
size="mini"
|
size="mini"
|
||||||
type="primary"
|
type="primary"
|
||||||
plain
|
plain
|
||||||
|
|||||||
Reference in New Issue
Block a user