|
@@ -90,7 +90,7 @@
|
|
|
<!--操作按钮区域 参照发运明细 増行-->
|
|
|
<a-card :bordered="true" style="margin:10px 0 60px 0;">
|
|
|
<div class="table-operator">
|
|
|
- <a-button type="primary" @click="referadvancePackingList" icon="ordered-list">参照发运明细</a-button>
|
|
|
+ <a-button type="primary" @click="referadvancePackingList" icon="ordered-list">参照出运明细</a-button>
|
|
|
<a-button type="primary" @click="handleAddColumn" icon="plus" style="margin-left: 20px">増行</a-button>
|
|
|
</div>
|
|
|
|