Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0012e989
authored
Sep 05, 2024
by
史敦盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格宽度
1 parent
aae2cd31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
24 deletions
src/views/assessChecks/confirmRelease.vue
src/views/assessZC/confirmRelease.vue
src/views/assessChecks/confirmRelease.vue
View file @
0012e98
...
...
@@ -371,29 +371,38 @@
<!-- <el-table-column prop="department" label="部门" width="150">
</el-table-column> -->
<el-table-column
label=
"项目编码"
width=
"150"
prop=
"projectCode"
>
</el-table-column>
<el-table-column
label=
"项目编码"
min-
width=
"150"
prop=
"projectCode"
>
</el-table-column>
<el-table-column
prop=
"projectName"
label=
"项目名称"
width=
"auto"
show-overflow-tooltip
>
<el-table-column
prop=
"projectName"
label=
"项目名称"
min-width=
"200"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"constructionForm"
label=
"建设形式"
width=
"100"
>
<el-table-column
prop=
"constructionForm"
label=
"建设形式"
min-
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"issueYear"
label=
"项目年度"
width=
"140"
>
<el-table-column
prop=
"issueYear"
label=
"项目年度"
min-
width=
"140"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
issueYear
}}
年
</
template
>
</el-table-column>
<el-table-column
prop=
"startupStatus"
label=
"启动日期"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingStatus"
label=
"入账状态"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingProportion"
label=
"累计入账占比"
width=
"90"
>
<el-table-column
prop=
"startupStatus"
label=
"启动日期"
min-width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingStatus"
label=
"入账状态"
min-width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingProportion"
label=
"累计入账占比"
min-width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
accountingProportion
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
"entryAmount"
label=
"入账金额(万)"
width=
"120"
>
<el-table-column
prop=
"entryAmount"
label=
"入账金额(万)"
min-width=
"120"
>
</el-table-column>
<el-table-column
prop=
"currentProgress"
label=
"当前进度"
min-width=
"120"
>
</el-table-column>
<el-table-column
prop=
"contractNumber"
label=
"合同编号"
min-width=
"220"
>
</el-table-column>
<el-table-column
prop=
"currentProgress"
label=
"当前进度"
width=
"120"
>
</el-table-column>
<el-table-column
prop=
"contractNumber"
label=
"合同编号"
width=
"220"
>
</el-table-column>
<el-table-column
prop=
"contractName"
label=
"合同名称"
width=
"auto
"
min-width=
"120
"
show-overflow-tooltip
>
</el-table-column>
...
...
src/views/assessZC/confirmRelease.vue
View file @
0012e98
...
...
@@ -370,36 +370,45 @@
<!-- <el-table-column prop="department" label="部门" width="150">
</el-table-column> -->
<el-table-column
label=
"项目编码"
width=
"150"
prop=
"projectCode"
>
</el-table-column>
<el-table-column
label=
"项目编码"
min-
width=
"150"
prop=
"projectCode"
>
</el-table-column>
<el-table-column
prop=
"projectName"
label=
"项目名称"
width=
"auto"
show-overflow-tooltip
>
<el-table-column
prop=
"projectName"
label=
"项目名称"
min-width=
"200"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"constructionForm"
label=
"建设形式"
width=
"100"
>
<el-table-column
prop=
"constructionForm"
label=
"建设形式"
min-
width=
"100"
>
</el-table-column>
<el-table-column
prop=
"issueYear"
label=
"项目年度"
width=
"140"
>
<el-table-column
prop=
"issueYear"
label=
"项目年度"
min-
width=
"140"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
issueYear
}}
年
</
template
>
</el-table-column>
<el-table-column
prop=
"startupStatus"
label=
"启动日期"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingStatus"
label=
"入账状态"
width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingProportion"
label=
"累计入账占比"
width=
"90"
>
<el-table-column
prop=
"startupStatus"
label=
"启动日期"
min-width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingStatus"
label=
"入账状态"
min-width=
"90"
>
</el-table-column>
<el-table-column
prop=
"accountingProportion"
label=
"累计入账占比"
min-width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
accountingProportion
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
"entryAmount"
label=
"入账金额(万)"
width=
"120"
>
<el-table-column
prop=
"entryAmount"
label=
"入账金额(万)"
min-width=
"120"
>
</el-table-column>
<el-table-column
prop=
"currentProgress"
label=
"当前进度"
min-width=
"120"
>
</el-table-column>
<el-table-column
prop=
"contractNumber"
label=
"合同编号"
min-width=
"220"
>
</el-table-column>
<el-table-column
prop=
"currentProgress"
label=
"当前进度"
width=
"120"
>
</el-table-column>
<el-table-column
prop=
"contractNumber"
label=
"合同编号"
width=
"220"
>
</el-table-column>
<el-table-column
prop=
"contractName"
label=
"合同名称"
width=
"auto
"
min-width=
"120
"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"zcstate"
label=
"审核状态"
width=
"110"
>
<el-table-column
prop=
"zcstate"
label=
"审核状态"
min-
width=
"110"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
zcstate
|
zcstatefilter
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"projectLeader"
label=
"负责人"
width=
"110"
>
</el-table-column>
<el-table-column
prop=
"projectLeader"
label=
"负责人"
min-
width=
"110"
>
</el-table-column>
</el-table>
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment