| | |
| | | interface TableDataRow { |
| | | id: string; |
| | | name: string; |
| | | points: number; |
| | | threshold: number; |
| | | } |
| | | export interface TableDataState { |
| | | tableData: { |
| | |
| | | isShowUserDialog: boolean; |
| | | disabled: boolean; |
| | | setForm: { |
| | | id: string; |
| | | name: string; |
| | | points: number; |
| | | threshold: number; |
| | | }; |
| | | setFormRules:{}, |
| | | } |
| | |
| | | id: string; |
| | | name: string; |
| | | phone: string; |
| | | realName: string; |
| | | userId: string; |
| | | } |
| | | export interface PeopleDataState { |
| | | tableData: { |
| | |
| | | pageIndex: number; |
| | | pageSize: number; |
| | | searchParams:{ |
| | | name: string |
| | | realName: string |
| | | } |
| | | }; |
| | | } |
| | |
| | | isShowUserDialog: boolean; |
| | | disabled: boolean; |
| | | peopleForm: { |
| | | id: string; |
| | | name: string; |
| | | phone: string; |
| | | realName: string; |
| | | }; |
| | | setFormRules:{}, |
| | | peopleList: Array<TableDataPeople> |
| | |
| | | export interface TableDataInfo { |
| | | id: string; |
| | | content: string; |
| | | warningTime: string; |
| | | name: string; |
| | | ppm: string; |
| | | level: string; |
| | | notifier: string; |
| | | managePeople: string; |
| | | manageTime: string; |
| | | warnTime: string; |
| | | gasName: string; |
| | | gasConcentration: string; |
| | | gasThresholdId: string; |
| | | handlerName: string; |
| | | handlerRealName: string; |
| | | handlerTime: string; |
| | | status: string; |
| | | method?: string; |
| | | gasWarnLogSmsUsers: [] |
| | | } |
| | | export interface InfoDataState { |
| | | tableData: { |
| | |
| | | pageIndex: number; |
| | | pageSize: number; |
| | | searchParams:{ |
| | | time: []; |
| | | time: string[]; |
| | | level: string; |
| | | status: string; |
| | | gas: string; |
| | |
| | | export interface people { |
| | | id: string; |
| | | name: string; |
| | | realName: string; |
| | | } |
| | | export interface InfoState { |
| | | title: string; |
| | | isShowUserDialog: boolean; |
| | | disabled: boolean; |
| | | infoForm: { |
| | | id: string; |
| | | name: string; |
| | | method: string; |
| | | }; |