@@ -122,8 +122,9 @@
class="button-info"
:loading="addLoading"
@click="handleAdd(record,0)"
- :disabled="record.purchasePrice<=0"
+ v-if="record.purchasePrice>0"
id="purchaseOrderEdit-add-btn">添加</a-button>
+ <span v-else>--</span>
</template>
</s-table>
</div>