src/views/eam/purchase/EamEquipmentPurchasePlanList.vue
@@ -185,17 +185,20 @@
            title:'采购计划编码',
            align:"center",
            dataIndex: 'planCode',
            width: 100,
            fixed: 'left'
          },
          {
            title:'采购计划名称',
            align:"center",
            dataIndex: 'planName',
            width: 100,
            fixed: 'left'
          },
          {
            title:'计划状态',
            align:"center",
            width: 100,
            dataIndex: 'planStatus_dictText'
          },
          {