明树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
6dcd9fa5
Commit
6dcd9fa5
authored
May 26, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
060a7d75
Pipeline
#111996
passed with stage
in 26 seconds
Changes
5
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
380 additions
and
188 deletions
+380
-188
InvestmentRecoveryTable.vue
src/components/InvestmentRecoveryTable.vue
+26
-22
annualAdd.vue
src/views/everydayPage/annualAdd.vue
+309
-150
annualPlan.vue
src/views/everydayPage/annualPlan.vue
+40
-3
constructionTimeAdd.vue
src/views/investingManage/constructionTimeAdd.vue
+2
-2
decision.vue
src/views/investingManage/decision.vue
+3
-11
No files found.
src/components/InvestmentRecoveryTable.vue
View file @
6dcd9fa5
...
...
@@ -361,10 +361,11 @@
<
/el-table-column
>
<!--
开累完成率
-->
<
el
-
table
-
column
label
=
"开累完成率"
align
=
"center"
>
<
el
-
table
-
column
label
=
"开累完成率
"
label
=
"开累完成/合同总金额
"
prop
=
"invoiceCompletionRate"
min
-
width
=
"18
0"
min
-
width
=
"20
0"
align
=
"center"
>
<
template
#
default
=
"{ row
}
"
>
...
...
@@ -373,12 +374,14 @@
<
/span
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<!--
欠收金额
-->
<
el
-
table
-
column
label
=
"欠收金额"
align
=
"center"
>
<
el
-
table
-
column
label
=
"欠收金额
"
label
=
"累计应收-累计实收
"
prop
=
"shortfallAmount"
min
-
width
=
"15
0"
min
-
width
=
"20
0"
align
=
"center"
>
<
template
#
default
=
"{ row
}
"
>
...
...
@@ -387,6 +390,7 @@
<
/span
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<!--
合同总金额
-->
<
el
-
table
-
column
...
...
src/views/everydayPage/annualAdd.vue
View file @
6dcd9fa5
This diff is collapsed.
Click to expand it.
src/views/everydayPage/annualPlan.vue
View file @
6dcd9fa5
...
...
@@ -354,6 +354,15 @@ const tableCellStyle = ({ row, columnIndex }) => {
}
.left-table
{
flex-shrink
:
0
;
position
:
sticky
;
left
:
0
;
z-index
:
2
;
background
:
#f7faff
;
}
.right-table
{
flex
:
1
;
min-width
:
0
;
overflow-x
:
auto
;
}
.investment-table
{
width
:
fit-content
;
...
...
@@ -363,10 +372,10 @@ const tableCellStyle = ({ row, columnIndex }) => {
background
:
#f7faff
;
}
.investment-table
td
{
width
:
1
6
0px
;
width
:
1
1
0px
;
height
:
48px
;
border
:
1px
solid
#ebeef5
;
padding
:
0
!
important
;
padding
:
0
4px
!
important
;
text-align
:
center
;
vertical-align
:
middle
;
word-break
:
break-all
;
...
...
@@ -410,5 +419,33 @@ const tableCellStyle = ({ row, columnIndex }) => {
.flex
{
display
:
flex
;
}
// 右侧表格容器加最小宽度,避免挤压
// ========== 小屏适配:左侧列收窄,给右侧更多填写空间 ==========
@media
screen
and
(
max-width
:
1600px
)
{
.investment-table
td
{
width
:
110px
;
font-size
:
12px
;
}
.investment-table
td
.first-col
{
width
:
70px
;
}
.investment-table
td
.second-col
{
width
:
80px
;
}
}
@media
screen
and
(
max-width
:
1280px
)
{
.investment-table
td
{
width
:
80px
;
font-size
:
11px
;
}
.investment-table
td
.first-col
{
width
:
50px
;
}
.investment-table
td
.second-col
{
width
:
60px
;
}
.investment-table
td
.third-col
{
width
:
70px
;
}
}
</
style
>
src/views/investingManage/constructionTimeAdd.vue
View file @
6dcd9fa5
...
...
@@ -109,9 +109,9 @@
<el-col
:span=
"6"
>
<el-form-item
label=
"投资模式分类"
>
<
CommonSelector
<
el-input
v-model=
"formData.tzms"
dictName=
"tzms
"
placeholder=
"请输入投资模式分类
"
/>
</el-form-item>
</el-col>
...
...
src/views/investingManage/decision.vue
View file @
6dcd9fa5
...
...
@@ -28,9 +28,7 @@
link
type=
"primary"
size=
"small"
v-if=
"
canAudit && (row.projectLzType == 9 || row.projectLzType == 13)
"
v-if=
"row.projectLzType == 9 || row.projectLzType == 13"
:loading=
"row.loading"
@
click=
"editProject(row)"
>
...
...
@@ -41,7 +39,7 @@
link
type=
"primary"
size=
"small"
v-else-if=
"
canAudit &&
row.projectLzType == 12"
v-else-if=
"row.projectLzType == 12"
:loading=
"row.loading"
@
click=
"previewProject(row)"
>
审核
</el-button
...
...
@@ -51,7 +49,7 @@
link
type=
"primary"
size=
"small"
v-else-if=
"
canAudit &&
row.projectLzType == 11"
v-else-if=
"row.projectLzType == 11"
:loading=
"row.loading"
@
click=
"editProject(row)"
>
填报
</el-button
...
...
@@ -98,12 +96,6 @@ const userInfo =
(
sessionStorage
.
getItem
(
"userInfo"
)
&&
JSON
.
parse
(
sessionStorage
.
getItem
(
"userInfo"
)))
||
{};
let
canAudit
=
ref
(
false
);
userInfo
.
roles
.
map
((
item
)
=>
{
if
([
"xmlx_sp"
,
"xmjc_sp"
].
includes
(
item
.
key
))
{
canAudit
.
value
=
true
;
}
});
let
tableData
=
ref
([]);
let
tableColumns
=
ref
([
...
...
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