|
@@ -9,7 +9,7 @@ export const columns = [
|
|
|
{ title: '语音呼出流量', dataIndex: 'voiceMo', align: 'center', ellipsis: true },
|
|
|
{ title: '短信总条数', dataIndex: 'smsTotal', align: 'center', ellipsis: true },
|
|
|
{ title: '默认限速', dataIndex: 'dataSpeedDefault', align: 'center', ellipsis: true },
|
|
|
- { title: '单词请求可用流量', dataIndex: 'dataQuota', align: 'center', ellipsis: true },
|
|
|
+ { title: '单次请求可用流量', dataIndex: 'dataQuota', align: 'center', ellipsis: true },
|
|
|
{ title:'有效期类型', dataIndex: 'validDayType', align: 'center', ellipsis: true },
|
|
|
{ title: '费率组名称', dataIndex: 'rateGroupName', align: 'center', ellipsis: true },
|
|
|
{ title: '语音呼出地区名称', dataIndex: 'zoneVoiceMtName', align: 'center', ellipsis: true },
|