|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<!-- 挂牌求购 -->
|
|
|
- <Drawer :title="enumName === EnumRouterName.warehouse_pre_sale_price ? '挂牌' : '挂牌求购'" :placement="'right'" :visible="visible" @cancel="cancel" class="top">
|
|
|
+ <Drawer :title="showListingType ? '挂牌' : '挂牌求购'" :placement="'right'" :visible="visible" @cancel="cancel" class="top">
|
|
|
<div class="post_buying">
|
|
|
<a-form class="inlineForm dialogForm" ref="formRef" :model="formState" :rules="rules">
|
|
|
<div class="formBar">
|
|
|
@@ -325,7 +325,6 @@ export default defineComponent({
|
|
|
});
|
|
|
}
|
|
|
return {
|
|
|
- EnumRouterName,
|
|
|
submit,
|
|
|
cancel,
|
|
|
loading,
|