|
|
@@ -228,24 +228,24 @@ export default {
|
|
|
align: "center",
|
|
|
scopedSlots: {customRender: 'rowIndex'}
|
|
|
},
|
|
|
- {
|
|
|
- title: '客户名称',
|
|
|
- align: "left",
|
|
|
- sorter: true,
|
|
|
- dataIndex: 'customerName',
|
|
|
- scopedSlots: {customRender: 'customerName'}
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '客户名称',
|
|
|
+ // align: "left",
|
|
|
+ // sorter: true,
|
|
|
+ // dataIndex: 'customerName',
|
|
|
+ // scopedSlots: {customRender: 'customerName'}
|
|
|
+ // },
|
|
|
{
|
|
|
title: '客户编号',
|
|
|
align: "center",
|
|
|
sorter: true,
|
|
|
dataIndex: 'customerNo'
|
|
|
},
|
|
|
- {
|
|
|
- title: '服务号码(全)',
|
|
|
- align: "center",
|
|
|
- dataIndex: 'smsNumber'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '服务号码(全)',
|
|
|
+ // align: "center",
|
|
|
+ // dataIndex: 'smsNumber'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '用户编号',
|
|
|
align: "center",
|
|
|
@@ -300,6 +300,7 @@ export default {
|
|
|
order: 'asc',
|
|
|
},
|
|
|
url: {
|
|
|
+ "getInfoDataByInfoId": "/smsTurck/customerData/queryDataLogByInfoId",
|
|
|
queryTask: "/smsCheck/task/queryById",
|
|
|
list: "/smsCheck/customerInfo/list",
|
|
|
count: "/smsCheck/customerInfo/count",
|