Lius
14 小时以前 48280bcd3a6d1d3125dfec1912afa92ae2ff6eee
src/views/eam/equipment/EamEquipmentList.vue
@@ -558,7 +558,7 @@
        {
          title: '资产使用状态',
          align: 'center',
          width: 100,
          width: 120,
          dataIndex: 'assetStatus_dictText'
        },
        {
@@ -641,6 +641,7 @@
          title: '安装位置',
          align: 'center',
          width: 100,
          ellipsis: true,
          dataIndex: 'installationPosition'
        },
        {
@@ -652,6 +653,7 @@
          title: '机床厂家',
          align: 'center',
          width: 300,
          ellipsis: true,
          dataIndex: 'manufacturingEnterprise'
        },
        {
@@ -664,6 +666,7 @@
          title: '设备供应商',
          align: 'center',
          width: 100,
          ellipsis: true,
          dataIndex: 'supplier'
        },
        {
@@ -693,11 +696,13 @@
        {
          title: '功能用途',
          align: 'center',
          ellipsis: true,
          dataIndex: 'functionUse'
        },
        {
          title: '性能指标',
          align: 'center',
          ellipsis: true,
          dataIndex: 'performanceIndicators'
        },
        {