|
@@ -58,9 +58,7 @@ import {
|
|
|
SamlLogin,
|
|
SamlLogin,
|
|
|
CasLogin,
|
|
CasLogin,
|
|
|
PrinterConfiguration,
|
|
PrinterConfiguration,
|
|
|
- Window1,
|
|
|
|
|
- TabFormEdit1,
|
|
|
|
|
- TabFormView1,
|
|
|
|
|
|
|
+ CurdWindow1,
|
|
|
} from 'client-base-v4/dist/client-base-v4.js';
|
|
} from 'client-base-v4/dist/client-base-v4.js';
|
|
|
|
|
|
|
|
|
|
|
|
@@ -130,22 +128,7 @@ const router = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- { path: 'window1/:windowNo', component: Window1 },
|
|
|
|
|
-
|
|
|
|
|
- // CRUD编辑窗口
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: 'window1/window-edit/:type/:uuid', component: TabFormEdit1 },
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: 'window1/window-edit/:type/:windowNo/:tabIndex', component: TabFormEdit1 },
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: 'window1/window-edit/:type/:windowNo/:tabIndex/:recordId', component: TabFormEdit1 },
|
|
|
|
|
-
|
|
|
|
|
- // CRUD不可编辑窗口
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: 'window1/window-read/:type/:uuid', component: TabFormView1 },
|
|
|
|
|
- // eslint-disable-next-line
|
|
|
|
|
- { path: 'window1/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView1 },
|
|
|
|
|
- { path: '/window1/window-read/:type/:windowNo/:tabIndex/:recordId', component: TabFormView1 },
|
|
|
|
|
|
|
+ { path: 'window1/:windowNo', component: CurdWindow1 },
|
|
|
|
|
|
|
|
// 属性编辑窗口
|
|
// 属性编辑窗口
|
|
|
{
|
|
{
|