|
@@ -5,6 +5,7 @@ export const columns: BasicColumn[] = [
|
|
title: '站点名称',
|
|
title: '站点名称',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'siteName',
|
|
dataIndex: 'siteName',
|
|
|
|
+ defaultHidden: true
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '姓名',
|
|
title: '姓名',
|
|
@@ -17,7 +18,7 @@ export const columns: BasicColumn[] = [
|
|
dataIndex: 'fromEmail',
|
|
dataIndex: 'fromEmail',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: 'whatsApp',
|
|
|
|
|
|
+ title: 'WhatsApp',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'whatsApp',
|
|
dataIndex: 'whatsApp',
|
|
customRender: function ({ text }) {
|
|
customRender: function ({ text }) {
|
|
@@ -46,6 +47,7 @@ export const columns: BasicColumn[] = [
|
|
title: '来源IP',
|
|
title: '来源IP',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'fromIp',
|
|
dataIndex: 'fromIp',
|
|
|
|
+ defaultHidden: true,
|
|
|
|
|
|
customRender: function ({ text, record }) {
|
|
customRender: function ({ text, record }) {
|
|
if (text == null || text == '' || text == undefined) {
|
|
if (text == null || text == '' || text == undefined) {
|
|
@@ -99,6 +101,7 @@ export const columns: BasicColumn[] = [
|
|
title: '来源插件',
|
|
title: '来源插件',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'pluginName',
|
|
dataIndex: 'pluginName',
|
|
|
|
+ defaultHidden: true
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '询盘时间',
|
|
title: '询盘时间',
|
|
@@ -109,7 +112,7 @@ export const columns: BasicColumn[] = [
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '入库时间',
|
|
|
|
|
|
+ title: '创建时间',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'ctime',
|
|
dataIndex: 'ctime',
|
|
customRender: function ({ text }) {
|
|
customRender: function ({ text }) {
|
|
@@ -123,6 +126,7 @@ export const wasteColumns: BasicColumn[] = [
|
|
title: '站点名称',
|
|
title: '站点名称',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'siteName',
|
|
dataIndex: 'siteName',
|
|
|
|
+ defaultHidden: true
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '姓名',
|
|
title: '姓名',
|
|
@@ -211,7 +215,7 @@ export const wasteColumns: BasicColumn[] = [
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '入库时间',
|
|
|
|
|
|
+ title: '创建时间',
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'ctime',
|
|
dataIndex: 'ctime',
|
|
customRender: function ({ text }) {
|
|
customRender: function ({ text }) {
|
|
@@ -260,7 +264,7 @@ export const superQuerySchema = {
|
|
transContent: { title: 'transContent', order: 35, view: 'textarea', type: 'string' },
|
|
transContent: { title: 'transContent', order: 35, view: 'textarea', type: 'string' },
|
|
countryCode: { title: '国家code', order: 36, view: 'text', type: 'string' },
|
|
countryCode: { title: '国家code', order: 36, view: 'text', type: 'string' },
|
|
countryName: { title: '国家名', order: 37, view: 'text', type: 'string' },
|
|
countryName: { title: '国家名', order: 37, view: 'text', type: 'string' },
|
|
- whatsApp: { title: 'whatsApp', order: 38, view: 'text', type: 'string' },
|
|
|
|
|
|
+ whatsApp: { title: 'WhatsApp', order: 38, view: 'text', type: 'string' },
|
|
wasteEnquiry: { title: '0:不是;1:是', order: 39, view: 'number', type: 'number' },
|
|
wasteEnquiry: { title: '0:不是;1:是', order: 39, view: 'number', type: 'number' },
|
|
pushStatus: { title: '推送状态,0:待发送,1:成功,2不予发送', order: 40, view: 'number', type: 'number' },
|
|
pushStatus: { title: '推送状态,0:待发送,1:成功,2不予发送', order: 40, view: 'number', type: 'number' },
|
|
pushErrorNum: { title: '推送错误次数', order: 41, view: 'number', type: 'number' },
|
|
pushErrorNum: { title: '推送错误次数', order: 41, view: 'number', type: 'number' },
|
|
@@ -271,7 +275,7 @@ export const superQuerySchema = {
|
|
fromPage: { title: '来源页面', order: 46, view: 'text', type: 'string' },
|
|
fromPage: { title: '来源页面', order: 46, view: 'text', type: 'string' },
|
|
customerIp: { title: 'form表单传入Ip', order: 47, view: 'text', type: 'string' },
|
|
customerIp: { title: 'form表单传入Ip', order: 47, view: 'text', type: 'string' },
|
|
phone: { title: '手机号', order: 48, view: 'text', type: 'string' },
|
|
phone: { title: '手机号', order: 48, view: 'text', type: 'string' },
|
|
- whatsapp: { title: 'whatsapp', order: 49, view: 'text', type: 'string' },
|
|
|
|
|
|
+ whatsapp: { title: 'WhatsApp', order: 49, view: 'text', type: 'string' },
|
|
readStatus: { title: '阅读状态,0是未阅读,1是已阅读', order: 50, view: 'number', type: 'number' },
|
|
readStatus: { title: '阅读状态,0是未阅读,1是已阅读', order: 50, view: 'number', type: 'number' },
|
|
principalUid: { title: '负责人的id', order: 51, view: 'text', type: 'string' },
|
|
principalUid: { title: '负责人的id', order: 51, view: 'text', type: 'string' },
|
|
principalType: { title: '0代表系统根据规则分配,1代表主账户指定', order: 52, view: 'number', type: 'number' },
|
|
principalType: { title: '0代表系统根据规则分配,1代表主账户指定', order: 52, view: 'number', type: 'number' },
|