diff --git a/src/api/modules/api.js b/src/api/modules/api.js index 7233a92..7c96a66 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -500,6 +500,15 @@ export function correctUpdate(query) { }) } +// 新增小程序权限 +export function menuApiSave(data) { + return request({ + url: '/admin/menu/apiSave', + method:'post', + data: data + }) +} + // // 客户管理客户裂变 export function customerManagement(query) { @@ -1263,5 +1272,28 @@ export function findByImeiExport(data) { method: 'GET', }) } +// 导出设备日志 +export function getAllAccountName(data) { + return request({ + url: `/autoSR/api/zkAgentPool/getAllAccountName?itemId=${data}`, + method: 'GET', + }) +} +// 导出设备日志 +export function getAllDeptName(data) { + return request({ + url: `/autoSR/api/zkAgentPool/getAllDeptName?itemId=${data}`, + method: 'GET', + }) +} + +// 话术关键词执行明细 +export function getResultsList(data) { + return request({ + url: `/autoSR/marketing/getResultsList`, + method: 'POST', + data: data + }) +} diff --git a/src/const/crud/admin/log.js b/src/const/crud/admin/log.js index ad5abae..e9e4b2c 100644 --- a/src/const/crud/admin/log.js +++ b/src/const/crud/admin/log.js @@ -7,7 +7,7 @@ export const tableOption = { menuAlign: "center", menuWidth: 250, menu:false, - align: "center", + align: "left", refreshBtn: false, showColumnBtn: false, searchSize: "mini", @@ -86,7 +86,7 @@ export const tableOption1 = { menuAlign: "center", menuWidth: 150, menu:false, - align: "center", + align: "left", refreshBtn: true, showClomnuBtn: false, searchSize: "mini", @@ -108,33 +108,33 @@ export const tableOption1 = { label: "登录手机", prop: "createBy", }, - { - label: "登录后台", - prop: "title", - }, - { - label: "组织名称", - prop: "title", - }, - { - label: "登录客户端", - prop: "title", - }, + // { + // label: "登录后台", + // prop: "title", + // }, + // { + // label: "组织名称", + // prop: "title", + // }, + // { + // label: "登录客户端", + // prop: "title", + // }, { label: "登录IP", prop: "remoteAddr" }, - { - label: "城市", - prop: "remoteAddr" - }, + // { + // label: "城市", + // prop: "remoteAddr" + // }, { label: "登录时间", prop: "createTime" }, - { - label: "离线时间", - prop: "createTime" - }, + // { + // label: "离线时间", + // prop: "createTime" + // }, ] }; diff --git a/src/util/indexedDb/table.js b/src/util/indexedDb/table.js index b2f6a0c..695807c 100644 --- a/src/util/indexedDb/table.js +++ b/src/util/indexedDb/table.js @@ -9,7 +9,7 @@ const publicOption = { // menuAlign: "center", // menuWidth: 250, // menu: false, - // align: "center", + // align: "left", // refreshBtn: false, // showColumnBtn: false, // searchSize: "mini", diff --git a/src/views/Customer/CompanyRecord.vue b/src/views/Customer/CompanyRecord.vue index dd914af..bcb62bc 100644 --- a/src/views/Customer/CompanyRecord.vue +++ b/src/views/Customer/CompanyRecord.vue @@ -62,7 +62,7 @@