Explorar o código

流量单位修改为gb

yh hai 1 semana
pai
achega
5e80779cca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/saas/billing/index.vue

+ 1 - 1
src/views/saas/billing/index.vue

@@ -391,7 +391,7 @@ export default {
         version: [{ required: true, message: '请输入版本号', trigger: 'change' }]
       },
       planItemRows: [
-        { itemCode: 'FLOW_POSTPAID', unit: 'KB', unitPrice: 0.2, tokenUnit: 100000, minChargeUnit: 1, enabledFlag: true },
+        { itemCode: 'FLOW_POSTPAID', unit: 'GB', unitPrice: 0.2, tokenUnit: 100000, minChargeUnit: 1, enabledFlag: true },
         { itemCode: 'CALL_OUT', unit: 'MIN', unitPrice: 0.3, tokenUnit: 100000, minChargeUnit: 1, enabledFlag: true },
         { itemCode: 'CALL_IN', unit: 'MIN', unitPrice: 0.2, tokenUnit: 100000, minChargeUnit: 1, enabledFlag: true }
       ],