Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
a1f1e23a
Commit
a1f1e23a
authored
Oct 06, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加附件和附言
parent
0b3edc5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
index.vue
src/page/Funds/Crtcri/views/index.vue
+14
-0
index.vue
src/page/Funds/Crtcro/views/index.vue
+14
-0
No files found.
src/page/Funds/Crtcri/views/index.vue
View file @
a1f1e23a
...
...
@@ -17,6 +17,16 @@
<m-docpan
:codes=
"codes"
:model=
"model"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:codes=
"codes"
:model=
"model"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -36,6 +46,8 @@ import Crtcri from "../model"
import
Clip
from
"./Clip"
import
Setpan
from
"~/components/business/setmod/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Coninfp
from
"~/components/business/coninfp/views"
;
import
operationFunc
from
"~/mixin/operationFunc"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
...
...
@@ -48,6 +60,8 @@ export default {
"m-clip"
:
Clip
,
"m-setpan"
:
Setpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-coninfp"
:
Coninfp
},
provide
()
{
return
{
...
...
src/page/Funds/Crtcro/views/index.vue
View file @
a1f1e23a
...
...
@@ -18,6 +18,16 @@
<m-docpan
:codes=
"codes"
:model=
"model"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<c-content>
<m-coninfp
:codes=
"codes"
:model=
"model"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn
...
...
@@ -37,6 +47,8 @@ import Crtcro from "../model"
import
Clop
from
"./Clop"
import
Setpan
from
"~/components/business/setmod/views"
;
import
Docpan
from
"~/components/business/docpan/views"
;
import
Doctre
from
"~/components/business/doctre/views"
;
import
Coninfp
from
"~/components/business/coninfp/views"
;
import
operationFunc
from
"~/mixin/operationFunc"
;
import
commonDepend
from
"~/mixin/commonDepend"
;
...
...
@@ -49,6 +61,8 @@ export default {
"m-clop"
:
Clop
,
"m-setpan"
:
Setpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-coninfp"
:
Coninfp
},
provide
()
{
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