零件数量维护

This commit is contained in:
Vergil
2020-03-24 16:37:45 +08:00
parent 3b2baa9ba2
commit a634b97e00

View File

@@ -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