Commit a5150d78 authored by chenqikuai's avatar chenqikuai

fix

parent a009f7ff
......@@ -118,7 +118,7 @@
<template slot-scope="item">
<div class="text-darkBlue">
{{
item.row.actionName === 'unknown' ? 'none' : item.row.action_name
item.row.action_name === 'unknown' ? 'none' : item.row.action_name
}}
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment