mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-10 08:55:40 +08:00
feat: 调整
This commit is contained in:
parent
76719ae805
commit
7788bfa2a7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<div slot="action" slot-scope="value, item">
|
||||
<a-button-group size="small">
|
||||
<a-button size="small" @click="detial(item)">详情</a-button>
|
||||
<a-button type="primary" size="small" @click="toStockIn(item)">入库</a-button>
|
||||
<a-button :disabled="item.is_void" type="primary" size="small" @click="toStockIn(item)">入库</a-button>
|
||||
</a-button-group>
|
||||
</div>
|
||||
</a-table>
|
||||
|
|
Loading…
Reference in a new issue