|
|
@@ -100,7 +100,7 @@ |
|
|
|
width="50" |
|
|
|
></el-table-column> |
|
|
|
<el-table-column |
|
|
|
label="小项内容" |
|
|
|
label="*小项内容" |
|
|
|
align="center" |
|
|
|
min-width="160" |
|
|
|
max-width="200" |
|
|
@@ -115,7 +115,7 @@ |
|
|
|
<span v-else>{{ row.itemContent }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="分值" align="center" width="80"> |
|
|
|
<el-table-column label="*分值" align="center" width="80"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<el-input |
|
|
|
placeholder="请输入分值" |
|
|
@@ -125,7 +125,7 @@ |
|
|
|
<span v-else>{{ row.points }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="第一牵头部门" align="center" width="180"> |
|
|
|
<el-table-column label="*第一牵头部门" align="center" width="180"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<treeselect |
|
|
|
:disable-branch-nodes="true" |
|
|
@@ -154,7 +154,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
label="第一牵头部门责任领导" |
|
|
|
label="*第一牵头部门责任领导" |
|
|
|
align="center" |
|
|
|
width="180" |
|
|
|
> |
|
|
@@ -686,7 +686,7 @@ export default { |
|
|
|
tableLoading: false, |
|
|
|
form: {}, |
|
|
|
reducing: false, |
|
|
|
tableHeight: document.documentElement.clientHeight - 610, |
|
|
|
tableHeight: document.documentElement.clientHeight - 500, |
|
|
|
}; |
|
|
|
}, |
|
|
|
computed: { |