Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
13401a8a
Commit
13401a8a
authored
2 years ago
by
wangyanjiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核Botrad Botdcr Botdav
parent
8e0e18aa
settle-test-20230110
…
bochk-poc
bochk-poc-1113
development-202206
revert-594e4a5c
revert-8c42ad65
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
0 deletions
+42
-0
ReviewBotdcr.vue
src/views/Review/Business/ReviewBotdcr.vue
+19
-0
ReviewBotrad.vue
src/views/Review/Business/ReviewBotrad.vue
+19
-0
ReviewRouter.js
src/views/Review/ReviewRouter.js
+4
-0
No files found.
src/views/Review/Business/ReviewBotdcr.vue
0 → 100644
View file @
13401a8a
<
template
>
<ReviewWrapper>
<Botdcr></Botdcr>
</ReviewWrapper>
</
template
>
<
script
>
import
Botdcr
from
"~/views/Business/Botdcr"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBotdcr"
,
components
:
{
ReviewWrapper
,
Botdcr
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
src/views/Review/Business/ReviewBotrad.vue
0 → 100644
View file @
13401a8a
<
template
>
<ReviewWrapper>
<Botrad></Botrad>
</ReviewWrapper>
</
template
>
<
script
>
import
Botrad
from
"~/views/Business/Botrad"
;
import
{
ReviewWrapper
}
from
"~/components/gj-common.min.js"
;
export
default
{
name
:
"ReviewBotrad"
,
components
:
{
ReviewWrapper
,
Botrad
},
created
()
{},
mounted
()
{},
};
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
src/views/Review/ReviewRouter.js
View file @
13401a8a
...
...
@@ -7,6 +7,8 @@ import ReviewGetset from "./Business/ReviewGetset.vue";
import
ReviewDetopn
from
"./Business/ReviewDetopn.vue"
;
import
ReviewDetdrv
from
"./Business/ReviewDetdrv.vue"
;
import
ReviewBdtdck
from
"./Business/ReviewBdtdck.vue"
;
import
ReviewBotdcr
from
"./Business/ReviewBotdcr.vue"
;
import
ReviewBotrad
from
"./Business/ReviewBotrad.vue"
;
import
ReviewBotdav
from
"./Business/ReviewBotdav.vue"
;
import
ReviewLetnot
from
"./Business/ReviewLetnot.vue"
;
import
ReviewBdtdcr
from
"./Business/ReviewBdtdcr.vue"
;
...
...
@@ -24,6 +26,8 @@ const ReviewRouter = [
{
path
:
"bdtdcr"
,
component
:
ReviewBdtdcr
,
name
:
"ReviewBdtdcr"
,
meta
:
{
title
:
"复核-Bdtdcr"
}
},
{
path
:
"bdteus"
,
component
:
ReviewBdteus
,
name
:
"ReviewBdteus"
,
meta
:
{
title
:
"复核-Bdteus"
}
},
{
path
:
"bdtdck"
,
component
:
ReviewBdtdck
,
name
:
"ReviewBdtdck"
,
meta
:
{
title
:
"复核-Bdtdck"
}
},
{
path
:
"botdcr"
,
component
:
ReviewBotdcr
,
name
:
"ReviewBotdcr"
,
meta
:
{
title
:
"复核-Botdcr"
}
},
{
path
:
"botrad"
,
component
:
ReviewBotrad
,
name
:
"ReviewBotrad"
,
meta
:
{
title
:
"复核-Botrad"
}
},
{
path
:
"botdav"
,
component
:
ReviewBotdav
,
name
:
"ReviewBotdav"
,
meta
:
{
title
:
"复核-botdav"
}
},
{
path
:
"letnot"
,
component
:
ReviewLetnot
,
name
:
"ReviewLetnot"
,
meta
:
{
title
:
"复核-Letnot"
}
},
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment