zhangwencui
17 小时以前 eef75ceaa14dd7a27394e0823ff8d708794fa22e
src/views/safeProduction/dangerInvestigation/index.vue
@@ -125,6 +125,7 @@
            <el-button link
                       type="primary"
                       size="small"
                       :disabled="!isPeople(scope.row.rectifyUserId)"
                       @click="openForm('edit2', scope.row)">整改</el-button>
            <el-button link
                       type="primary"
@@ -892,6 +893,9 @@
        proxy.$modal.msg("已取消");
      });
  };
  const isPeople = row => {
    return row.rectifyUserId === Number(currentUserId.value);
  };
  /**
   * 判断是否可以发货