fix: 包邮条件

This commit is contained in:
lzhizhao 2025-04-08 17:48:31 +08:00
parent 6c3008ce2f
commit 2777174a60
1 changed files with 6 additions and 2 deletions

View File

@ -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>