Commit 7307b5c0 by liuchenxi

update: 任务中心文案

parent 01c44c64
......@@ -418,7 +418,7 @@ export default {
return
}
this.$confirm(
"任务发起成功,请去【企业管理】-【任务中心】查看处理结果和执行进度",
"任务发起成功,请去【系统】-【操作任务】-【任务中心】查看处理结果和执行进度",
"任务发起成功",
{
confirmButtonText: "去任务中心",
......
......@@ -136,12 +136,12 @@ export default {
};
},
ajaxObj: function() {
return {
return {
storeId: this.storeId,
listSign: "MemberProcessed",
pageSize: this.page.pageSize,
currentPage: this.page.currentPage,
phoneNameNick: this.phoneNameNick,
phoneNameNick: this.phoneNameNick,
pageName: this.pageName };
},
...mapState(["storeImageUrl"])
......@@ -496,7 +496,7 @@ export default {
});
},
batchHanleSuccess() {
this.$confirm('任务发起成功,请去【企业管理】-【任务中心】查看处理结果和执行进度', '任务发起成功', {
this.$confirm('任务发起成功,请去【系统】-【操作任务】-【任务中心】查看处理结果和执行进度', '任务发起成功', {
type: 'success',
confirmButtonText: '去任务中心'
}).then(() => {
......
......@@ -523,7 +523,7 @@ export default {
});
},
async handleToTaskCenter(id) {
await this.$confirm(`请去【企业管理】-【任务中心】查看处理结果和执行进度`, `任务发起成功`, {
await this.$confirm(`请去【系统】-【操作任务】-【任务中心】查看处理结果和执行进度`, `任务发起成功`, {
type: 'success',
confirmButtonText: '去任务中心',
cancelButtonText: '取消',
......
......@@ -477,7 +477,7 @@ export default {
});
},
async handleToTaskCenter(id) {
await this.$confirm(`请去【企业管理】-【任务中心】查看处理结果和执行进度`, `任务发起成功`, {
await this.$confirm(`请去【系统】-【操作任务】-【任务中心】查看处理结果和执行进度`, `任务发起成功`, {
type: 'success',
confirmButtonText: '去任务中心',
cancelButtonText: '取消',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment