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
eef37989
Commit
eef37989
authored
Oct 13, 2021
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复mixins,添加Business/index.vue
parent
1927207f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
4 deletions
+27
-4
index.vue
src/views/Business/Ditopn/index.vue
+1
-1
index.vue
src/views/Business/Office/index.vue
+1
-1
index.vue
src/views/Business/Sptsel/index.vue
+1
-1
index.vue
src/views/Business/Trnrel/index.vue
+1
-1
index.vue
src/views/Business/index.vue
+23
-0
No files found.
src/views/Business/Ditopn/index.vue
View file @
eef37989
...
...
@@ -99,7 +99,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Ditopn
from
"~/model/Ditopn"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Ditopn/Pattern"
import
Ovwp
from
"./Ovwp"
import
Revp
from
"./Revp"
...
...
src/views/Business/Office/index.vue
View file @
eef37989
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Office
from
"~/model/Office"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Office/Pattern"
import
Menu
from
"./Menu"
...
...
src/views/Business/Sptsel/index.vue
View file @
eef37989
...
...
@@ -15,7 +15,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Sptsel
from
"~/model/Sptsel"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Sptsel/Pattern"
import
Menu
from
"./Menu"
...
...
src/views/Business/Trnrel/index.vue
View file @
eef37989
...
...
@@ -81,7 +81,7 @@
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Trnrel
from
"~/model/Trnrel"
import
CommonProcess
from
"~/mixin
s
/CommonProcess"
import
CommonProcess
from
"~/mixin/CommonProcess"
import
Pattern
from
"~/model/Trnrel/Pattern"
import
Inftrnps
from
"./Inftrnps"
import
Trnp0
from
"./Trnp0"
...
...
src/views/Business/index.vue
0 → 100644
View file @
eef37989
<
template
>
<div
id=
"business_container"
>
<router-view></router-view>
</div>
</
template
>
<
script
>
export
default
{
created
:()
=>
{
console
.
log
(
"进入业务交易界面"
)
}
}
</
script
>
<
style
>
#business_container
{
height
:
100%
;
position
:
absolute
;
width
:
100%
;
}
</
style
>
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