| | |
| | | { |
| | | label: "应急预案编码", |
| | | prop: "planCode", |
| | | width: 200, |
| | | minWidth: 200, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "应急预案名称", |
| | | prop: "planName", |
| | | width: 180, |
| | | minWidth: 240, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "发布生效时间", |
| | | prop: "publishTime", |
| | | width: 150, |
| | | minWidth: 160, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "核心责任人", |
| | | prop: "coreResponsorUserName", |
| | | width: 120, |
| | | minWidth: 140, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: "预案类型", |
| | | prop: "planType", |
| | | width: 150, |
| | | minWidth: 160, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | formatData: params => { |
| | |
| | | { |
| | | label: "备注", |
| | | prop: "remark", |
| | | width: 150, |
| | | minWidth: 220, |
| | | align: "center", |
| | | showOverflowTooltip: true, |
| | | }, |