Browse Source

工具申请的审批页面也加一个跳转BM

master
han\hanst 1 day ago
parent
commit
f4cbf4b568
  1. 11
      src/views/modules/tooling/searchToolApply.vue

11
src/views/modules/tooling/searchToolApply.vue

@ -887,6 +887,16 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
header-align="center"
align="center"
width="120"
fixed="right"
label="操作">
<template slot-scope="scope">
<a type="text" size="small" @click="jumpBM(scope.row)">跳转BenchMark</a>
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
</el-tab-pane> </el-tab-pane>
@ -2972,6 +2982,7 @@ export default {
}) })
}, },
jumpBM(row) { jumpBM(row) {
this.visibleD = false
if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') { if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') {
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',}); this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',});
} else { } else {

Loading…
Cancel
Save