Browse Source

修改【ID1005395】
【运营-箱体类型设置】列表页显示优化

1004749546@qq.com 4 years ago
parent
commit
a395818066
1 changed files with 9 additions and 9 deletions
  1. 9 9
      src/views/equipmentManage/boxSetting/boxSetting.vue

+ 9 - 9
src/views/equipmentManage/boxSetting/boxSetting.vue

@@ -75,13 +75,13 @@ export default {
       columns: [{
         title: '序号',
         dataIndex: 'no',
-        width: 80,
+        width: 70,
         align: 'center'
       },
       {
         title: '创建时间',
         dataIndex: 'createDate',
-        width: 200,
+        width: 180,
         align: 'center'
       },
       {
@@ -93,7 +93,7 @@ export default {
       {
         title: '内置箱体数量(个)',
         dataIndex: 'boxNum',
-        width: 200,
+        width: 80,
         align: 'center'
       },
       {
@@ -101,7 +101,7 @@ export default {
         children: [{
           title: '1号箱',
           dataIndex: 'one',
-          width: 100,
+          width: 120,
           align: 'center',
 		  customRender: (record, text) => {
 		    return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
@@ -110,7 +110,7 @@ export default {
         {
           title: '2号箱',
           dataIndex: 'two',
-          width: 100,
+          width: 120,
           align: 'center',
 		  customRender: (record, text) => {
 		    return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
@@ -119,7 +119,7 @@ export default {
         {
           title: '3号箱',
           dataIndex: 'three',
-          width: 100,
+          width: 120,
           align: 'center',
           customRender: (record, text) => {
             return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
@@ -128,7 +128,7 @@ export default {
         {
           title: '4号箱',
           dataIndex: 'four',
-          width: 100,
+          width: 120,
           align: 'center',
           customRender: (record, text) => {
             return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
@@ -137,7 +137,7 @@ export default {
         {
           title: '5号箱',
           dataIndex: 'five',
-          width: 100,
+          width: 120,
           align: 'center',
           customRender: (record, text) => {
             return record ? (record.maxWeight ? (record.maxWeight + '/' + record.rubbishTypeDictValue) : '--') : '--'
@@ -150,7 +150,7 @@ export default {
         scopedSlots: {
           customRender: 'action'
         },
-        width: 240,
+        width: 120,
         align: 'center'
       }
       ],