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
70b2168c
Commit
70b2168c
authored
Mar 20, 2023
by
“wufan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端页面gitopn修改
parent
5f3c8f8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
Cnyp.vue
src/views/Business/Gitopn1/views/Cnyp.vue
+2
-4
Detp.vue
src/views/Business/Gitopn1/views/Detp.vue
+2
-1
index.vue
src/views/Business/Gitopn1/views/index.vue
+1
-1
No files found.
src/views/Business/Gitopn1/views/Cnyp.vue
View file @
70b2168c
...
...
@@ -11,14 +11,12 @@
</div>
</
template
>
<
script
>
import
event
from
'../event'
;
import
Cnyp1
from
"./Cnyp1"
;
import
Voup
from
"./Voup"
;
const
tabNameToRulePathMapping
=
{
"voup"
:
"cnybop.voup"
,
}
export
default
{
components
:
{
"m-cnyp1"
:
Cnyp1
,
...
...
@@ -26,7 +24,7 @@ export default {
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
,
E
vent
],
mixins
:
[
e
vent
],
data
()
{
return
{
activeNames
:
[
"cnyp1"
],
...
...
src/views/Business/Gitopn1/views/Detp.vue
View file @
70b2168c
...
...
@@ -635,7 +635,8 @@
</div>
</
template
>
<
script
>
import
event
from
'../event'
import
event
from
'../event'
;
import
InputXml
from
"~/components/InputXml"
;
export
default
{
components
:
{
InputXml
},
inject
:
[
"root"
],
...
...
src/views/Business/Gitopn1/views/index.vue
View file @
70b2168c
...
...
@@ -176,7 +176,7 @@ export default {
};
},
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
,
event
],
mixins
:
[
commonProcess
,
commonFuncs
,
event
],
data
()
{
return
{
tabVal
:
"ovwp"
,
...
...
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