fix: 包邮条件
This commit is contained in:
parent
6c3008ce2f
commit
2777174a60
|
@ -413,11 +413,15 @@ export default {
|
||||||
></vxe-column>
|
></vxe-column>
|
||||||
<vxe-column
|
<vxe-column
|
||||||
field="conditionType"
|
field="conditionType"
|
||||||
title={'条件'}
|
title={'包邮条件'}
|
||||||
></vxe-column>
|
></vxe-column>
|
||||||
<vxe-column
|
<vxe-column
|
||||||
field="number"
|
field="number"
|
||||||
title={'件数'}
|
title={'包邮件数'}
|
||||||
|
></vxe-column>
|
||||||
|
<vxe-column
|
||||||
|
field="price"
|
||||||
|
title={'包邮价格'}
|
||||||
></vxe-column>
|
></vxe-column>
|
||||||
</vxe-table>
|
</vxe-table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue