- {{ scope.row.content }}
+ {% raw %}{{ scope.row.content }}{% endraw %}
@@ -92,7 +93,7 @@
- {{ scope.row.content || `【消息类型: ${scope.row.message_type}】` }}
+ {% raw %}{{ scope.row.content || `【消息类型: ${scope.row.message_type}】` }}{% endraw %}
@@ -109,43 +110,43 @@