2
0

fix:限制价格最低0.01元

This commit is contained in:
zhongzm
2025-03-11 16:19:38 +08:00
parent ccccfd347c
commit 946ae91d99

View File

@@ -351,7 +351,7 @@ const formState = ref<PackageForm>({
packageName: '', packageName: '',
periodNum: 1, periodNum: 1,
periodType: 2, periodType: 2,
price: '0', price: '0.01',
trafficEnable: false, trafficEnable: false,
traffic: 0, traffic: 0,
trafficUnit: 'GB', trafficUnit: 'GB',
@@ -464,7 +464,7 @@ const handleCancel = () => {
packageName: '', packageName: '',
periodNum: 1, periodNum: 1,
periodType: 2, periodType: 2,
price: '0', price: '0.01',
trafficEnable: false, trafficEnable: false,
traffic: 0, traffic: 0,
trafficUnit: 'GB', trafficUnit: 'GB',