| | |
| | | { |
| | | label: "应急预案编码", |
| | | prop: "planCode", |
| | | width: 200, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "应急预案名称", |
| | | prop: "planName", |
| | | width: 180, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "发布生效时间", |
| | | prop: "publishTime", |
| | | width: 150, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "核心责任人", |
| | | prop: "coreResponsorUserName", |
| | | width: 120, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "预案类型", |
| | | prop: "planType", |
| | | width: 150, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | formatData: params => { |
| | | return emergencyPlanTypeLabel(params); |
| | |
| | | { |
| | | label: "备注", |
| | | prop: "remark", |
| | | width: 150, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | |
| | | label: "操作", |
| | | align: "center", |
| | | fixed: "right", |
| | | width: 200, |
| | | width: 120, |
| | | operation: [ |
| | | { |
| | | name: "编辑", |