This commit is contained in:
2020-11-27 01:14:08 +00:00
parent d60d6356fc
commit 67d5baff0e
5 changed files with 14 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiChild",
icon: "$ayiConciergeBell",
title: "CustomerServiceRequestList",
helpUrl: "form-customer-csr-list"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "$ayiChild",
icon: "$ayiConciergeBell",
title: "CustomerServiceRequestList",
helpUrl: "form-svc-csr-list"
});