fix:套餐金额不显示默认金额
This commit is contained in:
@@ -351,7 +351,7 @@ const formState = ref<PackageForm>({
|
||||
packageName: '',
|
||||
periodNum: 1,
|
||||
periodType: 2,
|
||||
price: '0.01',
|
||||
price: '',
|
||||
trafficEnable: false,
|
||||
traffic: 0,
|
||||
trafficUnit: 'GB',
|
||||
@@ -464,7 +464,7 @@ const handleCancel = () => {
|
||||
packageName: '',
|
||||
periodNum: 1,
|
||||
periodType: 2,
|
||||
price: '0.01',
|
||||
price: '',
|
||||
trafficEnable: false,
|
||||
traffic: 0,
|
||||
trafficUnit: 'GB',
|
||||
|
||||
Reference in New Issue
Block a user