fix:限制价格最低0.01元
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user