Commit 02c06e19 by henry

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

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