|
@@ -35,14 +35,14 @@ export let columns = [
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
- title: window.$t("tariffManagement.billingCycle"),
|
|
|
+ title: window.$t("tariffManagement.billingCycleUser"),
|
|
|
dataIndex: "billingCycleName",
|
|
|
align: "center",
|
|
|
width: 200,
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
- title: window.$t("tariffManagement.BillingMode"),
|
|
|
+ title: window.$t("tariffManagement.pricingUser"),
|
|
|
dataIndex: "billingMethodName",
|
|
|
align: "center",
|
|
|
width: 200,
|
|
@@ -375,7 +375,7 @@ export const trafficSearchFrom = [
|
|
|
},
|
|
|
{
|
|
|
type: "select",
|
|
|
- label: "流量方式",
|
|
|
+ label: "流量结算方式",
|
|
|
field: "billingMethod",
|
|
|
options: [], // 默认空,后面会通过字典加载
|
|
|
dict: "billingMethod",
|