点击删除选中当前行

ywj_dev
CTP 2 years ago
parent c6923e7bf5
commit ebeaa2e3f2

@ -92,7 +92,7 @@
<el-button <el-button
type="text" type="text"
:disabled="scope.row.id === 1" :disabled="scope.row.id === 1"
@click.native.stop="deleteDialog(scope.row)" @click.native="deleteDialog(scope.row)"
>删除 >删除
</el-button> </el-button>
</template> </template>

Loading…
Cancel
Save