xg
“linengliang”
2024-03-13 cf7401ffbf0cd337c9f91894599ff3dde4c3a1fd
src/views/eam/modules/equipmentNew/SecondMaintenanceList.vue
@@ -90,7 +90,7 @@
    },
    data () {
      return {
        description: '材料出库单管理页面',
        description: '二保页面',
        disableMixinCreated:true,
        // 表头
        columns: [
@@ -105,25 +105,25 @@
              }
            },
            {
              title: '保养角色',
              align: 'center',
              dataIndex: 'maintenanceRole_dictText',
              width: 250,
            },
            {
              title: '保养项目',
              align: 'center',
              dataIndex: 'projectName',
              width: 250,
            },
            {
              title: '保养标准',
              align: 'center',
              dataIndex: 'standard',
              width: 250,
            },
            {
              title: '保养周期',
              align: "center",
              dataIndex: 'cycleName',
              width: 250,
            }
            // {
            //   title: '保养周期',
            //   align: "center",
            //   dataIndex: 'cycleName',
            //   width: 250,
            // }
        ],
        url: {
          list: "/eam/equipment/getEquipmentStansdardList",