zhaowei
5 天以前 8bfb4724eb500c685546f5c020f6fd8983d7c75b
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'
          },
          {