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
bd212f5f
Commit
bd212f5f
authored
May 10, 2023
by
huxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litdck 修改
parent
1b4bf460
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
index.js
src/business/litdck/event/index.js
+2
-1
index.js
src/business/litdck/model/index.js
+10
-1
Srmp.vue
src/business/litdck/views/Srmp.vue
+2
-1
index.vue
src/business/litdck/views/index.vue
+1
-0
No files found.
src/business/litdck/event/index.js
View file @
bd212f5f
...
...
@@ -165,6 +165,7 @@ export default {
default
:
return
}
}
},
onSeainf
()
{},
},
};
src/business/litdck/model/index.js
View file @
bd212f5f
...
...
@@ -104,7 +104,16 @@ export default class Litdck {
amt
:
''
}
},
avbnam
:
''
avbnam
:
''
,
apl
:{
pts
:
new
Pts
().
data
,
},
adv
:{
pts
:
new
Pts
().
data
,
},
ben
:
{
pts
:
new
Pts
().
data
,
},
},
liaall
:
{
limmod
:
{
...
...
src/business/litdck/views/Srmp.vue
View file @
bd212f5f
...
...
@@ -39,11 +39,12 @@
</
template
>
<
script
>
import
event
from
"../event"
import
commonProcess
from
"~/mixin/commonProcess"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
commonProcess
,
event
],
data
(){
return
{
typ1
:
true
...
...
src/business/litdck/views/index.vue
View file @
bd212f5f
...
...
@@ -120,6 +120,7 @@ import formRules from '../model/check';
import
operationFunc
from
"~/mixin/operationFunc"
;
import
Ovwp
from
"./Ovwp"
;
import
Litdck
from
"../model"
;
import
event
from
"../event"
;
import
Litdckp
from
"./Litdckp"
;
import
Docpre
from
"./Docpre"
;
...
...
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