Commit 02c06e19 by henry

修改概设架构遵从列表宽度展示

1 parent 2f49d714
......@@ -112,13 +112,13 @@
prop="manageDeptName"
label="业务部门"
align="center"
width="300"
width="400"
></el-table-column>
<el-table-column
prop="appName"
label="系统名称"
align="center"
width="300"
width="400"
: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="300"
width="400"
:formatter="
(row, column, cellValue, index) =>
formatterColumn(row, column, cellValue, index, 'sysBuildOrgOptions')
......
......@@ -105,12 +105,12 @@ export default {
{
label: '建设单位',
prop: 'manageOrgName',
width: '120px',
width: '300px',
},
{
label: '业务部门',
prop: 'manageDeptName',
width: '120px',
width: '300px',
},
{
label: '系统名称',
......@@ -126,7 +126,7 @@ export default {
},
{
label: '项目名称',
width: '200px',
width: '320px',
prop: 'prjName',
},
{
......@@ -141,7 +141,7 @@ export default {
prop: 'buildOrg',
options: this.sysBuildOrgOptions,
collectionType: true,
width: '120px',
width: '300px',
},
{
label: '项目经理',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!