diff --git a/public/img/indexIcon/jiedaishichang.png b/public/img/indexIcon/jiedaishichang.png new file mode 100644 index 0000000..a61a73c Binary files /dev/null and b/public/img/indexIcon/jiedaishichang.png differ diff --git a/src/api/modules/http.js b/src/api/modules/http.js index ad3de22..5d172ff 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -280,6 +280,35 @@ export function templatefindByPage(query) { }) } +// 编辑 +export function transferWarmingSave(data) { + return request({ + url: 'autoSR/transfer/warming/save', + method:'post', + data:data + }) +} + +// 删除 + +export function transferWarmingDel(qurey) { + return request({ + url: 'autoSR/transfer/warming/del', + method:'get', + params:qurey + }) +} + + +//列表 +export function transferWarmingFindByPage(query) { + return request({ + url: 'autoSR/transfer/warming/findByPage', + method:'get', + params:query + }) +} + //停,启销讲词模板 export function templatestartOrStop(query) { diff --git a/src/page/wel.vue b/src/page/wel.vue index fc1f675..c4b69ce 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -968,7 +968,7 @@ - + 开启 关闭 diff --git a/src/views/warningfunction/index.vue b/src/views/warningfunction/index.vue new file mode 100644 index 0000000..b0504a3 --- /dev/null +++ b/src/views/warningfunction/index.vue @@ -0,0 +1,432 @@ + + + + + + 项目: + + + + + + + 预警人: + + + + + + + + 筛选 + + + 新增 + + + + + + + + + + + + + + + + + + {{ row.status == 0 ? "启用" : "禁用" }} + + + + + 详情 + 编辑 + 删除 + + + + + + + + + 项目: + + + + + + + 预警人: + + + + + + + + + 剩余通知: + + + 发送次数: + + + + + + + + + + + \ No newline at end of file