|
|
|
@ -11,9 +11,9 @@ |
|
|
|
|
</div></a-form-item |
|
|
|
|
> |
|
|
|
|
<a-form-item v-bind="formItemLayoutWithOutLabel"> |
|
|
|
|
<a-button type="dashed" style="width: calc(30% + 8px); margin-right: 50px" @click="handleAddCondition"> |
|
|
|
|
<a-button type="dashed" style="width: calc(43.5% + 8px); margin-right: 50px" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="plus-circle" /> 新增分类模版 </a-button |
|
|
|
|
><a-button type="dashed" style="width: calc(30% + 8px)" @click="handleAddCondition"> |
|
|
|
|
><a-button type="dashed" style="width: calc(44.5% + 8px)" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="minus-circle-o" /> 删除分类模版 |
|
|
|
|
</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
@ -57,23 +57,13 @@ |
|
|
|
|
</a-form-item> |
|
|
|
|
<div style="width: 33%; text-align: center"><span>0</span>~<span>90</span></div> |
|
|
|
|
</div> |
|
|
|
|
<a-form-item v-bind="formItemLayoutWithOutLabel"> |
|
|
|
|
<a-button type="dashed" style="width: calc(50% + 8px); margin-right: 50px" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="plus-circle" /> 新增分类模版 </a-button |
|
|
|
|
><a-button type="dashed" style="width: calc(50% + 8px)" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="minus-circle-o" /> 删除分类模版 |
|
|
|
|
<div style="width: 100%"> |
|
|
|
|
<a-button type="dashed" style="width: calc(40% + 8px); margin-right: 50px" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="plus-circle" /> 新增价格区间 </a-button |
|
|
|
|
><a-button type="dashed" style="width: calc(40% + 8px)" @click="handleAddCondition"> |
|
|
|
|
<a-icon type="minus-circle-o" /> 删除价格区间 |
|
|
|
|
</a-button> |
|
|
|
|
</a-form-item> |
|
|
|
|
<!-- <a-form-item> |
|
|
|
|
<a-icon |
|
|
|
|
style="margin-top: 30rpx" |
|
|
|
|
v-if="form.getFieldValue('fliter_condition').length > 0" |
|
|
|
|
class="dynamic-delete-button" |
|
|
|
|
type="minus-circle-o" |
|
|
|
|
:disabled="form.getFieldValue('fliter_condition').length === 1" |
|
|
|
|
@click="() => handleRemoveCondition(index)" |
|
|
|
|
/> |
|
|
|
|
</a-form-item> --> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</a-form-item> |
|
|
|
|
|
|
|
|
|