This commit is contained in:
2020-02-12 18:45:45 +00:00
parent 08fb113193
commit 7908f82c35
4 changed files with 437 additions and 31 deletions

View File

@@ -400,6 +400,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "ay" */ "./views/ay-customize.vue")
},
{
path: "/ay-sort-filter/:recordid/:dataListKey",
name: "ay-sort-filter",
component: () =>
import(/* webpackChunkName: "ay" */ "./views/ay-sort-filter.vue")
},
{
path: "/ay-attachments/:ayatype/:recordid",
name: "ay-attachments",