{{ name }}
{{
state.capacityType === 1 ? '切换无限库存' : '切换自定义库存'
}}
inventoryChange(e.detail.value)"
@input="input"
size="28"
backgroundColor="transparent"
cursor-spacing="300"
:max="maxInventory"
padding="10rpx 0"
placeholder="请输入"
/>
无限库存
清零
置满
最大库存{{ maxInventory }}
保存