zhangwencui
18 小时以前 eef75ceaa14dd7a27394e0823ff8d708794fa22e
整改限制
已修改1个文件
4 ■■■■ 文件已修改
src/views/safeProduction/dangerInvestigation/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
  };
  /**
   * 判断是否可以发货