马宇豪
2024-11-05 1f26c30a8d1c5e3d9ab262b382284c8ea96f29b2
src/views/experiment/project/index.ts
@@ -7,11 +7,14 @@
      searchParams: {
         experimentName: string,
         experimentType: null | number,
         assessLevel:  null | number,
      }
   },
   total: 0,
   experimentTypeList: Type []
   riskLevelList: Type []
   allRoomList: RoomType []
   tagBg: Array<string>
}
declare interface ProjectType {
@@ -54,13 +57,9 @@
      explosionProof: string,
      fireProof: string,
      poisonProof: string,
      hazardousWaste: null | number,
      safeManagerMethod: string,
      emergencyPlan: string,
      emergencyDrill: string,
      emergencyPlanName: string,
      emergencyDrillStatus: string,
      partitionCondition: string,
      emergencyList: Array<emergencyListType>,
      partitionCondition: null | number,
      note: string,
      startTime?: string,
      createExperimentTime: string
@@ -152,6 +151,18 @@
   stuffUnitList: Array<stuffType>
}
declare interface SelectEmergencyType {
   disabled: boolean
   emergencyList: Array<emergencyListType>
}
declare interface emergencyListType {
   emergencyPlanName: string,
   emergencyDrillStatus: string,
   emergencyDrill: string,
   emergencyPlan: string
}
declare interface SelectRoomType {
   disabled: boolean
   roomList: Array<roomListType>,
@@ -198,7 +209,6 @@
   stuffStorage: string,
   stuffUnit: string
}
declare interface ApplyStartDialogType {
   title: string,