浏览代码

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改

1004749546@qq.com 4 年之前
父节点
当前提交
e4de8d2459

+ 5 - 5
src/views/evaluation/evaluationItem/EvaluationItem.vue

@@ -95,24 +95,24 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评项目名称',
         dataIndex: 'name',
-        width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '考评项目说明',
         dataIndex: 'desc',
-        width: '120',
+        width: 300,
         align: 'center'
       },
       {
         title: '状态',
-        width: '200',
+        width: 150,
         align: 'center',
         dataIndex: 'status',
         scopedSlots: {
@@ -121,7 +121,7 @@ export default {
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 3 - 3
src/views/evaluation/evaluationItem/SetEvaItemModal.vue

@@ -79,18 +79,18 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评指标名称',
         dataIndex: 'name',
-		width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '操作',
-        width: '200',
+        width: 150,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 6 - 6
src/views/evaluation/evaluationPlan/EvaluationPlan.vue

@@ -105,30 +105,30 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评方案名称',
         dataIndex: 'name',
-        width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '考评方案说明',
         dataIndex: 'desc',
-        width: '120',
+        width: 300,
         align: 'center'
       },
       {
         title: '适用模式',
-        width: '120',
+        width: 200,
         align: 'center',
         dataIndex: 'scopeTypeDictValue'
       },
       {
         title: '状态',
-        width: '250',
+        width: 150,
         align: 'center',
         dataIndex: 'status',
         scopedSlots: {
@@ -137,7 +137,7 @@ export default {
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'

+ 5 - 5
src/views/evaluation/evaluationPlan/SetEvaModal.vue

@@ -166,18 +166,18 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: '40',
+        width: 60,
         align: 'center'
       },
       {
         title: '考评项目名称',
         dataIndex: 'assessItemName',
-        width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '操作',
-        width: '200',
+        width: 200,
         align: 'center',
         scopedSlots: {
           customRender: 'action'
@@ -188,12 +188,12 @@ export default {
       itemColumns: [{
         title: '考评项目名称',
         dataIndex: 'name',
-        width: '200',
+        width: 200,
         align: 'center'
       },
       {
         title: '状态',
-        width: '200',
+        width: 100,
         dataIndex: 'status',
         align: 'center',
         scopedSlots: {