明树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
af5f598d
Commit
af5f598d
authored
Mar 26, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目模块完成
parent
727ed250
Pipeline
#108889
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
536 additions
and
195 deletions
+536
-195
investmentCecoveryAdd.vue
src/views/castbehind/investmentCecoveryAdd.vue
+9
-0
constructionTime.vue
src/views/investingManage/constructionTime.vue
+1
-1
constructionTimeAdd.vue
src/views/investingManage/constructionTimeAdd.vue
+526
-194
No files found.
src/views/castbehind/investmentCecoveryAdd.vue
View file @
af5f598d
...
...
@@ -400,6 +400,15 @@
</
template
>
</div>
</div>
<!-- 预览模式底部信息区域 -->
<el-collapse
v-model=
"activeCollapse"
v-if=
"isPreview"
style=
"margin-top: 20px;"
>
<el-collapse-item
title=
"相关信息"
name=
"相关信息"
>
<div
style=
"padding: 20px; color: #909399; text-align: center;"
>
<p>
此为预览模式,如需编辑请返回列表页点击"编辑"按钮
</p>
</div>
</el-collapse-item>
</el-collapse>
</div>
</div>
</template>
...
...
src/views/investingManage/constructionTime.vue
View file @
af5f598d
...
...
@@ -104,7 +104,7 @@ let total = ref(0);
let
currentPage
=
ref
(
1
);
let
pageSize
=
ref
(
10
);
// 获取列表数据
const
getProjectData
=
(
params
)
=>
{
const
getProjectData
=
(
params
=
{}
)
=>
{
loading
.
value
=
true
;
proxy
.
$post
({
url
:
"/api/project/getJsqtzhsList"
,
...
...
src/views/investingManage/constructionTimeAdd.vue
View file @
af5f598d
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