zhaowei
3 天以前 9f7fc23d9c90d333f67604d0be0576b44a2cbca6
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'
          },
          {