明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
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
Administrator
jt_front
Commits
ada7604b
Commit
ada7604b
authored
Jan 21, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建设期投资检查开发完毕
parent
1b3f498c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
622 additions
and
534 deletions
+622
-534
index.vue
src/components/FileUploader/index.vue
+462
-0
verticalManages.css
src/styles/verticalManages.css
+3
-0
verticalManages.less
src/styles/verticalManages.less
+3
-0
construction.vue
src/views/investingManage/construction.vue
+4
-34
constructionAdd.vue
src/views/investingManage/constructionAdd.vue
+150
-500
No files found.
src/components/FileUploader/index.vue
0 → 100644
View file @
ada7604b
This diff is collapsed.
Click to expand it.
src/styles/verticalManages.css
View file @
ada7604b
...
...
@@ -201,6 +201,9 @@
padding
:
0
20px
;
height
:
100%
;
}
::v-deep
.el-input
{
width
:
100%
!important
;
}
.add-dialog
.el-tree
{
width
:
100%
;
}
...
...
src/styles/verticalManages.less
View file @
ada7604b
...
...
@@ -208,6 +208,9 @@
}
}
}
::v-deep .el-input{
width: 100% !important;
}
.add-dialog{
.el-tree{
width: 100%;
...
...
src/views/investingManage/construction.vue
View file @
ada7604b
...
...
@@ -64,40 +64,10 @@ const { proxy } = getCurrentInstance();
let
tableData
=
ref
([]);
let
tableColumns
=
ref
([
{
prop
:
"
qc
"
,
label
:
"项目
全称
"
,
prop
:
"
projectName
"
,
label
:
"项目
信息
"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"jc"
,
label
:
"项目简称"
,
showOverflowTooltip
:
true
,
},
{
prop
:
"nbtzglzt"
,
label
:
"内部投资管理主体"
,
showOverflowTooltip
:
true
,
width
:
170
,
},
{
prop
:
"xmscjd"
,
label
:
"项目所处阶段"
,
showOverflowTooltip
:
true
,
width
:
120
,
},
{
prop
:
"gqjg"
,
label
:
"股权结构"
,
showOverflowTooltip
:
true
,
width
:
120
,
},
{
prop
:
"xmzbjze"
,
label
:
"项目资本金总额(亿元)"
,
showOverflowTooltip
:
true
,
width
:
180
,
},
{
prop
:
"operations"
,
...
...
@@ -116,7 +86,7 @@ let pageSize = ref(10);
const
getStatementData
=
()
=>
{
loading
.
value
=
true
;
proxy
.
$post
({
url
:
"/api/project/get
Cgqygl
List"
,
url
:
"/api/project/get
Jsqtzjc
List"
,
data
:
{
page
:
currentPage
.
value
,
pagesize
:
pageSize
.
value
,
...
...
@@ -168,7 +138,7 @@ const deleteStatement = (item) => {
})
.
then
(()
=>
{
proxy
.
$post
({
url
:
"/api/project/delete
Cgqygl
"
,
url
:
"/api/project/delete
Jsqtzjc
"
,
data
:
{
id
:
item
.
id
,
},
...
...
src/views/investingManage/constructionAdd.vue
View file @
ada7604b
This diff is collapsed.
Click to expand it.
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