feat: 调整

This commit is contained in:
Czw996 2022-09-13 21:07:17 +08:00
parent 76719ae805
commit 7788bfa2a7

View file

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