|
@@ -31,10 +31,6 @@
|
|
|
<a-form-item :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol" label="收货人地址">
|
|
|
<span>{{ formData.receiveAddress }}</span>
|
|
|
</a-form-item>
|
|
|
- <!-- <a-form-item :wrapper-col="{ span: 12, offset: 6 }" style="text-align: center;">
|
|
|
- <a-button type="primary" html-type="submit" id="logistics-submit" style="margin-right: 15px">保存</a-button>
|
|
|
- <a-button @click="isShow=false" style="margin-left: 15px" id="logistics-close">取消</a-button>
|
|
|
- </a-form-item> -->
|
|
|
</a-form>
|
|
|
</a-modal>
|
|
|
</template>
|