+
+
+
+
+
+ {{ scope.row.word }}
+
+ {{
+ scope.row.other_words.filter((ele: any) => !!ele).length
+ ? `(${scope.row.other_words.join(',')})`
+ : ''
+ }}
+
+
+
+
+
+
+
+
+ {{ formatTimestamp(scope.row.create_time, 'YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+