明树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
317b6b17
Commit
317b6b17
authored
Mar 10, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug处理
parent
f621841e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
163 additions
and
85 deletions
+163
-85
index.vue
src/components/FormDynamicTable/index.vue
+1
-5
investmentCecovery.vue
src/views/castbehind/investmentCecovery.vue
+0
-6
investmentCecoveryAdd.vue
src/views/castbehind/investmentCecoveryAdd.vue
+2
-2
quit.vue
src/views/investingManage/quit.vue
+1
-1
quitAdd.vue
src/views/investingManage/quitAdd.vue
+159
-71
No files found.
src/components/FormDynamicTable/index.vue
View file @
317b6b17
...
...
@@ -253,11 +253,7 @@
/>
</
template
>
<
template
v-else-if=
"column.type === 'upload'"
>
<FileUploader
v-model=
"scope.row[column.prop]"
:isInline=
"true"
:disabled=
"disabled || column?.disabled"
/>
<FileUploader
v-model=
"scope.row[column.prop]"
:isInline=
"true"
/>
</
template
>
</template>
</el-table-column>
...
...
src/views/castbehind/investmentCecovery.vue
View file @
317b6b17
...
...
@@ -82,12 +82,6 @@ let tableColumns = ref([
showOverflowTooltip
:
true
,
width
:
170
,
},
{
prop
:
"xmgsmc"
,
label
:
"项目公司名称"
,
showOverflowTooltip
:
true
,
width
:
120
,
},
{
prop
:
"operations"
,
...
...
src/views/castbehind/investmentCecoveryAdd.vue
View file @
317b6b17
...
...
@@ -156,10 +156,10 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"我方资本
家
出资额--实际值(万元)"
>
<el-form-item
label=
"我方资本
金
出资额--实际值(万元)"
>
<el-input
v-model=
"formData.wfzbjczesj"
placeholder=
"请输入我方资本
家
出资额--实际值(万元)"
placeholder=
"请输入我方资本
金
出资额--实际值(万元)"
/>
</el-form-item>
</el-col>
...
...
src/views/investingManage/quit.vue
View file @
317b6b17
...
...
@@ -116,7 +116,7 @@ let pageSize = ref(10);
const
getStatementData
=
()
=>
{
loading
.
value
=
true
;
proxy
.
$post
({
url
:
"/api/project/get
Tzjh
List"
,
url
:
"/api/project/get
Xmtc
List"
,
data
:
{
page
:
currentPage
.
value
,
pagesize
:
pageSize
.
value
,
...
...
src/views/investingManage/quitAdd.vue
View file @
317b6b17
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