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
e058de9f
Commit
e058de9f
authored
Oct 15, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
账户概况
parent
831bcebc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
1 deletions
+44
-1
index.js
src/model/Ditopn/index.js
+2
-1
Actlst.vue
src/views/Business/Ditopn/Actlst.vue
+39
-0
index.vue
src/views/Business/Ditopn/index.vue
+3
-0
No files found.
src/model/Ditopn/index.js
View file @
e058de9f
...
@@ -187,7 +187,8 @@ export default class Ditopn{
...
@@ -187,7 +187,8 @@ export default class Ditopn{
},
},
setglg
:{
setglg
:{
setglp
:[]
// 结算 .setmod.setglg.setglp
setglp
:[]
// 结算 .setmod.setglg.setglp
}
},
actnot
:
""
},
},
liaall
:{
liaall
:{
...
...
src/views/Business/Ditopn/Actlst.vue
0 → 100644
View file @
e058de9f
<
template
>
<div>
<c-col
:span=
"24"
><el-form-item
label=
"账户概况"
>
<c-input
type=
"textarea"
v-model=
"model.setmod.actnot"
style=
"width:60%"
:rows=
"8"
></c-input>
</el-form-item>
</c-col>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Ditopn/Event"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
CommonProcess
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Business/Ditopn/index.vue
View file @
e058de9f
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"账户概况"
name=
"actlst"
>
<el-tab-pane
label=
"账户概况"
name=
"actlst"
>
<m-actlst
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
<!--PD000065 -->
<!--PD000065 -->
...
@@ -122,6 +123,7 @@ import Docpan from "./Docpan"
...
@@ -122,6 +123,7 @@ import Docpan from "./Docpan"
import
Coninfp
from
"./Coninfp"
import
Coninfp
from
"./Coninfp"
import
Ccvpan
from
"./Ccvpan"
import
Ccvpan
from
"./Ccvpan"
import
Doctre
from
"./Doctre.vue"
import
Doctre
from
"./Doctre.vue"
import
Actlst
from
"./Actlst.vue"
export
default
{
export
default
{
...
@@ -142,6 +144,7 @@ export default {
...
@@ -142,6 +144,7 @@ export default {
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-ccvpan"
:
Ccvpan
,
"m-ccvpan"
:
Ccvpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-actlst"
:
Actlst
},
},
provide
()
{
provide
()
{
return
{
return
{
...
...
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