fix bug
This commit is contained in:
@@ -318,7 +318,7 @@
|
||||
<el-link
|
||||
v-for="action in rowActions(row)"
|
||||
:key="action.type"
|
||||
type="primary"
|
||||
:type="action.type === 'delete' ? 'danger' : 'primary'"
|
||||
@click="handleRowAction(action.type, row)"
|
||||
>{{ action.label }}</el-link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user