rowclick冒泡

This commit is contained in:
shijing 2023-12-28 17:55:24 +08:00
parent 484618d842
commit d4fb4ca081
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</el-table-column>
<el-table-column label="操作" fixed="right" width="60">
<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">提交
</el-link>
</template>