rowclick冒泡
This commit is contained in:
parent
484618d842
commit
d4fb4ca081
|
@ -60,7 +60,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" fixed="right" width="60">
|
<el-table-column label="操作" fixed="right" width="60">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-link type="primary" @click="table_submit(scope.row)" v-auth="'mtask.submit'"
|
<el-link type="primary" @click.stop="table_submit(scope.row)" v-auth="'mtask.submit'"
|
||||||
v-if="scope.row.state != 40">提交
|
v-if="scope.row.state != 40">提交
|
||||||
</el-link>
|
</el-link>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue