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 02c06e19
authored
Jun 06, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改概设架构遵从列表宽度展示
1 parent
2f49d714
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/reviewArchiFollowCheck/index.vue
src/views/reviewSituation/index.vue
src/views/reviewArchiFollowCheck/index.vue
View file @
02c06e1
...
...
@@ -112,13 +112,13 @@
prop=
"manageDeptName"
label=
"业务部门"
align=
"center"
width=
"
3
00"
width=
"
4
00"
></el-table-column>
<el-table-column
prop=
"appName"
label=
"系统名称"
align=
"center"
width=
"
3
00"
width=
"
4
00"
:show-overflow-tooltip=
"true"
></el-table-column>
<el-table-column
prop=
"buildType"
label=
"建设类型"
align=
"center"
>
...
...
@@ -144,7 +144,7 @@
prop=
"buildOrg"
label=
"承建单位"
align=
"center"
width=
"
3
00"
width=
"
4
00"
:formatter=
"
(row, column, cellValue, index) =>
formatterColumn(row, column, cellValue, index, 'sysBuildOrgOptions')
...
...
src/views/reviewSituation/index.vue
View file @
02c06e1
...
...
@@ -105,12 +105,12 @@ export default {
{
label
:
'建设单位'
,
prop
:
'manageOrgName'
,
width
:
'
12
0px'
,
width
:
'
30
0px'
,
},
{
label
:
'业务部门'
,
prop
:
'manageDeptName'
,
width
:
'
12
0px'
,
width
:
'
30
0px'
,
},
{
label
:
'系统名称'
,
...
...
@@ -126,7 +126,7 @@ export default {
},
{
label
:
'项目名称'
,
width
:
'
20
0px'
,
width
:
'
32
0px'
,
prop
:
'prjName'
,
},
{
...
...
@@ -141,7 +141,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