@@ -95,24 +95,24 @@ export default {
columns: [{
title: '序号',
dataIndex: 'no',
- width: '40',
+ width: 60,
align: 'center'
},
{
title: '考评项目名称',
dataIndex: 'name',
- width: '200',
+ width: 200,
title: '考评项目说明',
dataIndex: 'desc',
- width: '120',
+ width: 300,
title: '状态',
+ width: 150,
align: 'center',
dataIndex: 'status',
scopedSlots: {
@@ -121,7 +121,7 @@ export default {
title: '操作',
customRender: 'action'
@@ -79,18 +79,18 @@ export default {
title: '考评指标名称',
@@ -105,30 +105,30 @@ export default {
title: '考评方案名称',
title: '考评方案说明',
title: '适用模式',
dataIndex: 'scopeTypeDictValue'
- width: '250',
@@ -137,7 +137,7 @@ export default {
@@ -166,18 +166,18 @@ export default {
dataIndex: 'assessItemName',
@@ -188,12 +188,12 @@ export default {
itemColumns: [{
+ width: 100,