Compare commits
2 Commits
b232cbf14d
...
731dd21b0e
| Author | SHA1 | Date | |
|---|---|---|---|
| 731dd21b0e | |||
| 39d73c0f2c |
@@ -189,7 +189,7 @@
|
||||
:loading="buttonLoading" class="action-btn">领料</el-button>
|
||||
<el-button type="danger" icon="el-icon-alarm-clock" :plain="item.abnormalCount == 0" size="mini"
|
||||
@click="handleAddAbnormal(item)" :loading="buttonLoading" class="action-btn">
|
||||
异常
|
||||
缺陷明细
|
||||
<span v-if="item.abnormalCount > 0">({{ item.abnormalCount }})</span>
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user