gongchunyi
昨天 868d5161e02946de2ced04ea4ec3697a1eb8a370
src/views/safeProduction/emergencyPlanReview/index.vue
@@ -332,26 +332,36 @@
    {
      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);
@@ -360,6 +370,8 @@
    {
      label: "备注",
      prop: "remark",
      width: 150,
      align: "center",
      showOverflowTooltip: true,
    },
    {
@@ -367,7 +379,7 @@
      label: "操作",
      align: "center",
      fixed: "right",
      width: 200,
      width: 120,
      operation: [
        {
          name: "编辑",