hyingbo
5 天以前 296852209ae0880056ba52345090f835e0781231
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'
          },
          {