|
@@ -227,7 +227,11 @@ export const SearchForm = [
|
|
|
export const columnsCard = [
|
|
|
{
|
|
|
title: window.$t('lotCard.PackageName'),
|
|
|
- slotName: 'name',
|
|
|
+ dataIndex: 'tariffName',
|
|
|
+ align: 'center', ellipsis: true
|
|
|
+ }, {
|
|
|
+ title: '流量包名称',
|
|
|
+ dataIndex: 'productName',
|
|
|
align: 'center', ellipsis: true
|
|
|
}, {
|
|
|
title: window.$t('lotCard.PackageStatus'),
|