Merge branch 'develop' into dev-tee
This commit is contained in:
commit
074fc05412
5 changed files with 34 additions and 40 deletions
|
|
@ -16,12 +16,16 @@ const report = () =>
|
|||
import("@/modules/11_discipline/components/5_Report/MainPage.vue");
|
||||
const directorMain = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/ุ6_Information/Director/MainPage.vue"
|
||||
"@/modules/11_discipline/components/6_BasicInformation/Director/MainPage.vue"
|
||||
);
|
||||
const channelMain = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/ุ6_Information/Channel/MainPage.vue"
|
||||
"@/modules/11_discipline/components/6_BasicInformation/Channel/MainPage.vue"
|
||||
);
|
||||
const channelAdd = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/6_BasicInformation/Channel/addChannel.vue"
|
||||
);
|
||||
const complaintAdd = () =>
|
||||
import("@/modules/11_discipline/components/1_Complaint/AddComplaintPage.vue");
|
||||
const reportType = () =>
|
||||
|
|
@ -31,10 +35,6 @@ const InvestigateDisciplinaryAdd = () =>
|
|||
import(
|
||||
"@/modules/11_discipline/components/3_InvestigateDisciplinary/addInvestigate.vue"
|
||||
);
|
||||
const channelAdd = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/ุ6_Information/Channel/addChannel.vue"
|
||||
);
|
||||
const orderPage = () => import("@/modules/11_discipline/components/4_Order/OrderPage.vue")
|
||||
export default [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue