Browse Source

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

master
han\hanst 1 month ago
parent
commit
db07d16654
  1. 10
      src/views/modules/tooling/searchToolApply.vue

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

@ -553,6 +553,16 @@
</div>
</template>
</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>
</div>
</el-tab-pane>

Loading…
Cancel
Save