+
+
+ 添加
+ 批量导入
+
+
+
+
+
+
+ {{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.originalText) }}
+
+ {{ scope.row.originalText }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.english) }}
+
+ {{ scope.row.english }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.thai) }}
+
+ {{ scope.row.thai }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.traditionalChinese) }}
+
+ {{ scope.row.traditionalChinese }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.malay) }}
+
+ {{ scope.row.malay }}
+
+
+
+
+
+
+ {{ truncateText(scope.row.vietnamese) }}
+
+ {{ scope.row.vietnamese }}
+
+
+
+
+
+
+ {{ getModuleLabel(module) }}
+
+
+
+
+
+
+
+ {{ scope.row.status === 'translated' ? '已翻译' : '未翻译' }}
+
+
+
+
+
+
+ {{ moment(scope.row.configTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+