|
@@ -1,21 +1,21 @@
|
|
|
export const columns = [
|
|
|
- { title: window.$t('dataPackage.id'), dataIndex: 'id', align: 'center', width: 200 },
|
|
|
- { title: '来源', dataIndex: 'source', align: 'center', width: 200 },
|
|
|
- { title: '流量包名称', dataIndex: 'productName', align: 'center', width: 200 },
|
|
|
- { title: '地区名称', dataIndex: 'dataZoneName', align: 'center', width: 200 },
|
|
|
- { title: '套餐有效天数', dataIndex: 'validDays', align: 'center', width: 200 },
|
|
|
- { title: '套餐可用流量', dataIndex: 'total', align: 'center', width: 200 },
|
|
|
- { title: '语音呼入流量', dataIndex: 'voiceMt', align: 'center', width: 200 },
|
|
|
- { title: '语音呼出流量', dataIndex: 'voiceMo', align: 'center', width: 300 },
|
|
|
- { title: '短信总条数', dataIndex: 'smsTotal', align: 'center', width: 200 },
|
|
|
- { title: '默认限速', dataIndex: 'dataSpeedDefault', align: 'center', width: 200 },
|
|
|
- { title: '单词请求可用流量', dataIndex: 'dataQuota', align: 'center', width: 200 },
|
|
|
- { title:'有效期类型', dataIndex: 'validDayType', align: 'center', width: 200 },
|
|
|
- { title: '费率组名称', dataIndex: 'rateGroupName', align: 'center', width: 200 },
|
|
|
- { title: '语音呼出地区名称', dataIndex: 'zoneVoiceMtName', align: 'center', width: 200 },
|
|
|
- { title: '语音呼入地区名称', dataIndex: 'zoneVoiceMoName', align: 'center', width: 200 },
|
|
|
- { title: '流量使用地区名称', dataIndex: 'zoneDataName', align: 'center', width: 200 },
|
|
|
- { title: '短信使用地区名称', dataIndex: 'zoneSmsName', align: 'center', width: 200 },
|
|
|
+ { title: window.$t('dataPackage.id'), dataIndex: 'id', align: 'center', ellipsis: true },
|
|
|
+ { title: '来源', dataIndex: 'source', align: 'center', ellipsis: true },
|
|
|
+ { title: '流量包名称', dataIndex: 'productName', align: 'center', ellipsis: true },
|
|
|
+ { title: '地区名称', dataIndex: 'dataZoneName', align: 'center', ellipsis: true },
|
|
|
+ { title: '套餐有效天数', dataIndex: 'validDays', align: 'center', ellipsis: true },
|
|
|
+ { title: '套餐可用流量', dataIndex: 'total', align: 'center', ellipsis: true },
|
|
|
+ { title: '语音呼入流量', dataIndex: 'voiceMt', align: 'center', ellipsis: true},
|
|
|
+ { 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: 'validDayType', align: 'center', ellipsis: true },
|
|
|
+ { title: '费率组名称', dataIndex: 'rateGroupName', align: 'center', ellipsis: true },
|
|
|
+ { title: '语音呼出地区名称', dataIndex: 'zoneVoiceMtName', align: 'center', ellipsis: true },
|
|
|
+ { title: '语音呼入地区名称', dataIndex: 'zoneVoiceMoName', align: 'center', ellipsis: true },
|
|
|
+ { title: '流量使用地区名称', dataIndex: 'zoneDataName', align: 'center', ellipsis: true },
|
|
|
+ { title: '短信使用地区名称', dataIndex: 'zoneSmsName', align: 'center', ellipsis: true},
|
|
|
// {
|
|
|
// title: window.$t('global.common.operations'),
|
|
|
// dataIndex: 'id',
|