Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyitao committed Jul 2, 2020
1 parent cf66122 commit 2a85a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/action/components/ActionStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<el-table-column label="Action" min-width="300">
<template scope="{ row }">
<el-table :data="row.paramValues" border>
<el-table-column label="参数" width="150" show-overflow-tooltip>
<el-table-column :key="row.actionId" label="参数" width="150" show-overflow-tooltip>
<template slot="header">
<el-tag type="success">{{ getActionName(row.actionId) }}</el-tag>
</template>
Expand Down

0 comments on commit 2a85a7b

Please sign in to comment.