Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
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 a37f3340
authored
Jun 06, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表显示宽度
1 parent
02c06e19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
src/views/projectInfoManage/index.vue
src/views/reviewArchiPoliticeCheck/index.vue
src/views/projectInfoManage/index.vue
View file @
a37f334
...
...
@@ -97,7 +97,7 @@
prop=
"manageOrgId"
label=
"建设单位"
align=
"center"
width=
"
16
0"
width=
"
28
0"
show-overflow-tooltip
:formatter=
"
(row, column, cellValue, index) =>
...
...
@@ -109,6 +109,7 @@
label=
"业务部门"
show-overflow-tooltip
align=
"center"
width=
"280"
:formatter=
"
(row, column, cellValue, index) =>
formatterDept(row, column, cellValue, index, 'sysDeptOptions')
...
...
@@ -118,7 +119,7 @@
prop=
"appName"
label=
"系统名称"
align=
"center"
width=
"
15
0"
width=
"
28
0"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
label=
"建设类型"
align=
"center"
>
...
...
@@ -131,7 +132,7 @@
prop=
"prjName"
label=
"项目名称"
align=
"center"
width=
"2
0
0"
width=
"2
8
0"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"{ row }"
>
...
...
@@ -146,18 +147,18 @@
<span
v-else-if=
"scope.row.prjPlanClass == 2"
>
续建
</span>
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"buildOrg"
label=
"承建单位"
align=
"center"
>
<el-table-column
:show-overflow-tooltip=
"true"
prop=
"buildOrg"
label=
"承建单位"
width=
"280"
align=
"center"
>
<
template
v-slot=
"scope"
>
<span>
{{
scope
.
row
.
buildOrg
|
orgNameFilter
(
that
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"projAmount"
label=
"项目金额(万元)"
align=
"right"
>
<el-table-column
prop=
"projAmount"
label=
"项目金额(万元)"
width=
"150"
align=
"right"
>
<
template
v-slot=
"scope"
>
<span
style=
"font-weight: bold"
>
{{
scope
.
row
.
projAmount
|
formatMoney
}}
</span>
</
template
>
</el-table-column>
<!--项目启动日期-->
<el-table-column
prop=
"projectInitiationTime"
label=
"项目启动日期"
align=
"center"
>
<el-table-column
prop=
"projectInitiationTime"
label=
"项目启动日期"
width=
"120"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
projectInitiationTime
}}
</span>
</
template
>
...
...
src/views/reviewArchiPoliticeCheck/index.vue
View file @
a37f334
...
...
@@ -100,12 +100,12 @@ export default {
{
label
:
'建设单位'
,
prop
:
'manageOrgName'
,
width
:
'
12
0px'
,
width
:
'
30
0px'
,
},
{
label
:
'业务部门'
,
prop
:
'manageDeptName'
,
width
:
'
12
0px'
,
width
:
'
30
0px'
,
},
{
label
:
'系统名称'
,
width
:
'280px'
,
prop
:
'appName'
},
{
...
...
@@ -126,7 +126,7 @@ export default {
prop
:
'buildOrg'
,
options
:
this
.
sysBuildOrgOptions
,
collectionType
:
true
,
width
:
'
12
0px'
,
width
:
'
30
0px'
,
},
{
label
:
'运安符合性审查'
,
...
...
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