2
0

fix:套餐金额不显示默认金额

This commit is contained in:
zhongzm
2025-03-12 15:10:48 +08:00
parent a342cfc64e
commit 04c076272a

View File

@@ -351,7 +351,7 @@ const formState = ref<PackageForm>({
packageName: '', packageName: '',
periodNum: 1, periodNum: 1,
periodType: 2, periodType: 2,
price: '0.01', price: '',
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.01', price: '',
trafficEnable: false, trafficEnable: false,
traffic: 0, traffic: 0,
trafficUnit: 'GB', trafficUnit: 'GB',