|
@@ -126,6 +126,7 @@ import SuppliesInventory from '@/components/OP/SuppliesInventory';
|
|
import CardReconciliation from '@/components/Finance/CardReconciliation';
|
|
import CardReconciliation from '@/components/Finance/CardReconciliation';
|
|
import EvaluationForm from '@/components/EvaluationForm'
|
|
import EvaluationForm from '@/components/EvaluationForm'
|
|
import TranslatorBase from '@/components/Resource/TranslatorBase'
|
|
import TranslatorBase from '@/components/Resource/TranslatorBase'
|
|
|
|
+import PerformanceT from '@/components/Resource/PerformanceT'
|
|
|
|
|
|
Vue.use(Router)
|
|
Vue.use(Router)
|
|
|
|
|
|
@@ -757,6 +758,11 @@ export default new Router({
|
|
name: 'TranslatorBase',
|
|
name: 'TranslatorBase',
|
|
component: TranslatorBase
|
|
component: TranslatorBase
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '/home/PerformanceT',
|
|
|
|
+ name: 'PerformanceT',
|
|
|
|
+ component: PerformanceT
|
|
|
|
+ },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|